Skip to content
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

numpy/arrayobject.h missing #72

Open
nerd2ninja opened this issue Oct 12, 2020 · 1 comment
Open

numpy/arrayobject.h missing #72

nerd2ninja opened this issue Oct 12, 2020 · 1 comment

Comments

@nerd2ninja
Copy link

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

@Chenyanzhan
Copy link

Helle, you can refer to the tutorial on this website as follows: https://blog.csdn.net/s996786536/article/details/127515836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants