Skip to content

Error installing Python packages on Apple Silicon (M1) #7357

Discussion options

You must be logged in to vote

The good news is, this is an easy fix.

Set two environment variables:

export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1

and you are good to go!

(source: grpc/grpc#25082 (comment))

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mattstratton
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants