Created
October 10, 2022 22:31
-
-
Save afr-dt/f685f92121ea66913c960fa60b805dce to your computer and use it in GitHub Desktop.
grpcio install on Apple Silicon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 | |
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 | |
pip install grpcio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment