-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added cython to prevent breaking thriftpy on python3.7 #1
Conversation
Removing `cython` from `requirements.txt` as the [PR 1](mStakx/observability-boilerplate1#1) got merged.
ubuntu 19.** Requirement already satisfied: cython in /home/kadhiresh/.local/lib/python3.7/site-packages (0.29.13) Failed building wheel for thriftpy I have tried both ways pip3 install cython thirftpy2 |
While installation, one indirect dependency package
thriftpy
breaks forpython3.7
.Adding
cython
fixes the build error for the same package and allows the installation to go through.Check out ISSUE-37 for
thriftpy