Skip to content

Commit 431ca19

Browse files
authored
macOS M1 Python 3.10+ gRPC README note (#51)
1 parent 6ac791f commit 431ca19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ These steps can be followed to use with a virtual environment and `pip`:
5555
* Needed because older versions of `pip` may not pick the right wheel
5656
* Install Temporal SDK - `python -m pip install temporalio`
5757

58+
For macOS M1 users on Python 3.10+, due to an
59+
[improperly named wheel in PyPI for gRPC](https://github.com/grpc/grpc/issues/28387), you may have to run
60+
`pip install --no-binary :all: grpcio --ignore-installed` in your environment before use.
61+
5862
The SDK is now ready for use. To build from source, see "Building" near the end of this documentation.
5963

6064
**NOTE: This README is for the current branch and not necessarily what's released on `PyPI`.**

0 commit comments

Comments
 (0)