-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Installation fails: Cannot open include file: 'numpy/arrayobject.h' #28
Comments
Tried running it from (just shotgunning) same error, so pip moves to a different directory for install pH |
Same error with Python 3.6.15 on openSUSE 15.4 |
Thanks a lot for the report ! I have just started to port the old travis CI and appveyor automated builds and tests to github actions. Hopefully that will help us to see more clearly what's going on. At this stage I can reproduce the missing |
Hi @pHiney, Could you have a look and see if the latest beta version works for you?
(The automated install from github actions now pass on Ubuntu, Windows and MacOS.) Cheers Sébastien |
Yes it has thanks pip install --pre bitstream
Collecting bitstream
Downloading bitstream-3.1b1.tar.gz (203 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.1/203.1 kB 3.1 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy in c:\git\pathofbuilding-python\.venv\lib\site-packages (from bitstream) (1.26.0)
Building wheels for collected packages: bitstream
Building wheel for bitstream (pyproject.toml) ... done
Created wheel for bitstream: filename=bitstream-3.1b1-cp311-cp311-win_amd64.whl size=127233 sha256=da623b97385f4c624f23db61eb20a898f8b1c360a98193f69b9498ccf3e770e7
Stored in directory: c:\users\peter\appdata\local\pip\cache\wheels\0c\11\ab\ccce1df367287bc24a810d15506019d254ae841007f9b41baf
Successfully built bitstream
Installing collected packages: bitstream
Successfully installed bitstream-3.1b1 |
Great, thanks for the feedback! |
Not sure if this extra information will help or hinder.
Is there a way to tell it where the arrayobject.h can be found ?
Same error if I install inside the virtualEnv or outside of it.
Win11
the header file exists
The text was updated successfully, but these errors were encountered: