-
Notifications
You must be signed in to change notification settings - Fork 33
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
Pip installation broken #98
Comments
@MPenaR thank you for your report. Can you please append the complete log to this report, thank you. |
Sure, I've redirected separately the stdout: Collecting numba-scipy
Using cached numba_scipy-0.3.1-py3-none-any.whl (7.4 kB)
Collecting scipy<=1.7.3,>=0.16 (from numba-scipy)
Using cached scipy-1.6.1.tar.gz (27.3 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting numba>=0.45 (from numba-scipy)
Using cached numba-0.58.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.7 kB)
Collecting llvmlite<0.42,>=0.41.0dev0 (from numba>=0.45->numba-scipy)
Using cached llvmlite-0.41.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.8 kB)
Collecting numpy<1.27,>=1.22 (from numba>=0.45->numba-scipy)
Using cached numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Using cached numba-0.58.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.6 MB)
Using cached llvmlite-0.41.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.6 MB)
Using cached numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
Building wheels for collected packages: scipy
Building wheel for scipy (pyproject.toml): started
Building wheel for scipy (pyproject.toml): finished with status 'error'
Failed to build scipy the |
@MPenaR not sure about the Also, it looks like it is failing to install |
Here are the attached logs. by the way, pip install scipy
Collecting scipy
Using cached scipy-1.11.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting numpy<1.28.0,>=1.21.6 (from scipy)
Using cached numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Using cached scipy-1.11.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.4 MB)
Using cached numpy-1.26.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
Installing collected packages: numpy, scipy
Successfully installed numpy-1.26.1 scipy-1.11.3 |
The error is:
Which leads me to two questions: a) why is Also note, that when you As a workaround you can try to install |
thanks, that worked: Successfully installed llvmlite-0.41.1 numba-0.58.1 numba-scipy-0.4.0.dev0+56.g1e2f244 numpy-1.26.1 scipy-1.10.1 |
Awesome, thank you for trying and thank you for reporting back. Good to have some evidence that this is related to dependency management. |
Fyi @esc I've seen this issue before. I can't remember the exact problem, but Fails to build on Python 3.11 - longintrepr.h: No such file or directory looks relevant. Particularly the note:
|
@guywilsonjr thank you for adding this comment, may indeed be relevant. Still hoping these issues will go away with the next release. |
This should now be resolved as 0.4.0 is available on PyPi -- please check and report back, if it works for you. |
When performing
pip install numba-scipy
on a clean enviroment, the installation fails with a very long error ending in:python version is 3.11.6
The text was updated successfully, but these errors were encountered: