-
Notifications
You must be signed in to change notification settings - Fork 257
pip install
fails with Python 3.7
#132
Comments
This is seems to be an issue with the precompiled *.c files being used instead of running cython over *.pyx. Here is a workaround:
|
I encountered exactly the same problem. The solution works perfectly. Thank you! |
+1 for the fix, could you fix this issue. thank you |
Pandas and others had the same issue pandas-dev/pandas#21785. Could you please make a new release with the latest Cython ? |
The issue has been here for months but no patch yet, is someone going to put it on pypi? |
Also had this issue, also fixed by @tazzaoui 's comment. Thanks. |
Same issue here. Thanks for the workaround. |
+1 |
and manually to build it since a bug from rkern/line_profiler#132
Upstream problem is documented in rkern/line_profiler#132, but upstream seems unresponsive. This here tries to implement the fix suggested in the upstream issue by manually running Cython before pip installing. closes conda-forge#20
What if I don't have it? |
For me, a direct install from github was also working: Lines 12 to 25 in 3cdc2fa
|
I was using Ubuntu installed on windows and also needed to install gcc (via sudo apt install gcc) before the pip install git+. |
Unable to install with python3.7.
The text was updated successfully, but these errors were encountered: