chmod77 / dfuse-python

Python bindings for https://dfuse.io
MIT License
9 stars 1 forks source link

Unable to install grpcio on Python 3.9 on macOS Big Sur #8

Closed chmod77 closed 3 years ago

chmod77 commented 3 years ago

Installing grpcio on Mac OS Big Sur fails with compile errors. This seems to be related to https://github.com/grpc/grpc/issues/24344#issuecomment-733662710

Watching for updates on the same, and will update as soon as it is resolved on the grpcio side

max-sixty commented 3 years ago

Is this issue specific to Python 3.9 on Big Sur? I'm struggling to install on Python 3.8 too, I think because of the packaging issues on the linked comment.

chmod77 commented 3 years ago

Looks like it is specific to 3.9, as I was able to install it on 3.8 on Big Sur

chmod77 commented 3 years ago

This has been resolved from the grpcio stream. https://pypi.org/project/grpcio-tools/1.34.0/#files.

Closing this issue now.