You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
grpcio version 1.30.0 has been problematic in 2 fashions.
1 - Compilation issues on later versions of macOS
As detailed in this github issue, grpcio is not building on some versions of Catalina and Big Sur. There are workaround (we used the following), but grpcio has fixed this in 1.39.0 (currently in pre-release).
2 - Pre-build wheel unavailable for newer python versions
As detailed herepip install can take an inordinant amount of time to complete when a prebuilt wheel cannot be found for the platform. For grpcio==1.30.0 there is no wheel for python 3.9 because it was not available at the time. Upgrading to at least 1.34.0 will cover python 3.9 (according to https://pypi.org/project/grpcio-tools/1.34.0/#files).
Thank you!
The text was updated successfully, but these errors were encountered:
grpcio
version1.30.0
has been problematic in 2 fashions.1 - Compilation issues on later versions of macOS
As detailed in this github issue, grpcio is not building on some versions of Catalina and Big Sur. There are workaround (we used the following), but grpcio has fixed this in 1.39.0 (currently in pre-release).
2 - Pre-build wheel unavailable for newer python versions
As detailed here
pip install
can take an inordinant amount of time to complete when a prebuilt wheel cannot be found for the platform. Forgrpcio==1.30.0
there is no wheel for python 3.9 because it was not available at the time. Upgrading to at least1.34.0
will cover python 3.9 (according to https://pypi.org/project/grpcio-tools/1.34.0/#files).Thank you!
The text was updated successfully, but these errors were encountered: