You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the package by . setup.sh using a python=3.12.2 enviroment.
But, error code comes:
"
Processing /data/xyc/codes/neurons_network/worm/pumpprobe
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pumpprobe
Building wheel for pumpprobe (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
pumpprobe/_integration.cpp:3:10: fatal error: numpy/arrayobject.h: No such file or directory
3 | #include <numpy/arrayobject.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pumpprobe
Running setup.py clean for pumpprobe
Failed to build pumpprobe
ERROR: Could not build wheels for pumpprobe, which is required to install pyproject.toml-based projects
"
Best,
Xiaoyu
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build the package by
. setup.sh
using a python=3.12.2 enviroment.But, error code comes:
"
Processing /data/xyc/codes/neurons_network/worm/pumpprobe
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pumpprobe
Building wheel for pumpprobe (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
pumpprobe/_integration.cpp:3:10: fatal error: numpy/arrayobject.h: No such file or directory
3 | #include <numpy/arrayobject.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pumpprobe
Running setup.py clean for pumpprobe
Failed to build pumpprobe
ERROR: Could not build wheels for pumpprobe, which is required to install pyproject.toml-based projects
"
Best,
Xiaoyu
The text was updated successfully, but these errors were encountered: