We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I feel like I can't add much more information than the log spat out. Here it is:
python3 setup.py build running build running build_ext building 'utils.box_overlaps' extension x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -I /usr/local/lib/python2.7/dist-packages/numpy/core/include -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c ./utils/box_overlaps.c -o build/temp.linux-x86_64-3.8/./utils/box_overlaps.o ./utils/box_overlaps.c:623:10: fatal error: numpy/arrayobject.h: No such file or directory 623 | #include "numpy/arrayobject.h" | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
Helle, you can refer to the tutorial on this website as follows: https://blog.csdn.net/s996786536/article/details/127515836
Sorry, something went wrong.
No branches or pull requests
I feel like I can't add much more information than the log spat out. Here it is:
python3 setup.py build
running build
running build_ext
building 'utils.box_overlaps' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -I /usr/local/lib/python2.7/dist-packages/numpy/core/include -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c ./utils/box_overlaps.c -o build/temp.linux-x86_64-3.8/./utils/box_overlaps.o
./utils/box_overlaps.c:623:10: fatal error: numpy/arrayobject.h: No such file or directory
623 | #include "numpy/arrayobject.h"
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: