Open thomas3016 opened 5 years ago
how to salve,t had encountered this problem
how to solve???
When I try to run this pragram, a problem "ImportError: ../voxelnet/utils/box_overlaps.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf" was occured. Have you ever encountered this problem?
I have solved this problem. Because the box_overlaps.cpython-35m-x86_64-linux-gnu.so we could not used, the box_overlaps.pyx need to be compiled by Cython by ourself.
Download the "setup.py" in voxelnet github, and run
python3 setup.py build_ext --inplace
When I try to run this pragram, a problem "ImportError: ../voxelnet/utils/box_overlaps.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf" was occured. Have you ever encountered this problem?