tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

numpy/arrayobject.h missing #72

Open nerd2ninja opened 4 years ago

nerd2ninja commented 4 years ago

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 commented 1 year ago

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