I am working on a university server with no sudo access, hence instead of apt-get I used conda to install libboost-dev. Using advise here, I was able to compile spconv successfully. But when i try to build Det3D it's unable to find boost. is there a way to provide a path to boost libs provided by conda to setup.py?
Instructions To Reproduce the Issue:
what changes you made (git diff) or what code you wrote: None
what exact command you run: python setup.py build develop
what you observed (including the full logs):
Det3D/det3d/ops/nms/nms_cpu.h:9:10: fatal error: boost/geometry.hpp: No such file or directory #include <boost/geometry.hpp> ^~~~~~~~~~~~~~~~~~~~ compilation terminated.
I am working on a university server with no sudo access, hence instead of apt-get I used conda to install libboost-dev. Using advise here, I was able to compile spconv successfully. But when i try to build Det3D it's unable to find boost. is there a way to provide a path to boost libs provided by conda to setup.py?
Instructions To Reproduce the Issue:
what changes you made (
git diff
) or what code you wrote: Nonewhat exact command you run: python setup.py build develop
what you observed (including the full logs):