VoxelNet-tensorflow icon indicating copy to clipboard operation
VoxelNet-tensorflow copied to clipboard

numpy/arrayobject.h missing

Open nerd2ninja opened this issue 4 years ago • 1 comments

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

nerd2ninja avatar Oct 12 '20 06:10 nerd2ninja

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

Chenyanzhan avatar Feb 05 '23 13:02 Chenyanzhan