-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyzeebe installation fails on Mac OS X Catalina (10.15.7) due to dependency on grpcio 1.32.0 #107
Comments
Unfortunately, I now see that https://gitlab.com/stephane.ludwig/zeebe_python_grpc/-/blob/master/requirements_dev.txt I'll raise the same issue over there. |
Actually, it appears that the latest version of https://gitlab.com/stephane.ludwig/zeebe_python_grpc/-/blob/master/setup.py#L17 I had no trouble So it appears that pinning to version 0.25.1.0 of |
Hey @StevenDas-Tomo, thanks for bringing this to our attention. |
I managed to reproduce this with I think this issue is related: https://gitlab.com/stephane.ludwig/zeebe_python_grpc/-/issues/4 - as it will allow the user to specify the grpc version (or simply resolve to latest, which wouldn't have caused this). I gave it a thumb-up, hopefully it will be prioritized soon. |
Thank you so much for the fast turnaround, @JonatanMartens! I can confirm that version 2.2.3 of |
Describe the bug
pip install pyzeebe==2.2.2
on Mac OS X Catalina (10.15.7) fails due to an incompatibility between grpcio 1.32.0 and GCC:grpc/grpc#25060 (comment)
Interestingly,
pip
installs the latest stable version ofgrpcio
(1.34.0) without issue.I'm using the following dependencies:
pip
: 20.2.3python
: 3.9.1gcc
:To Reproduce
Steps to reproduce the behavior:
pip install pyzeebe==2.2.2
on Mac OS X Catalina (10.15.7) with the exact dependencies specified above.Expected behavior
Installation via
pip
should succeed without error.Additional context
I notice that the
grpcio
dependency was removed 25 days ago:https://github.com/JonatanMartens/pyzeebe/pull/91/files
Can we please release a new version of
pyzeebe
which includes this commit? That should unblock us.Thank you so much for taking the time to maintain this useful library!
The text was updated successfully, but these errors were encountered: