We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac791f commit 431ca19Copy full SHA for 431ca19
README.md
@@ -55,6 +55,10 @@ These steps can be followed to use with a virtual environment and `pip`:
55
* Needed because older versions of `pip` may not pick the right wheel
56
* Install Temporal SDK - `python -m pip install temporalio`
57
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
+
62
The SDK is now ready for use. To build from source, see "Building" near the end of this documentation.
63
64
**NOTE: This README is for the current branch and not necessarily what's released on `PyPI`.**
0 commit comments