-
Notifications
You must be signed in to change notification settings - Fork 307
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
setup.py problem #32
Comments
It is possible that your third party (./thirdparty/eigen) dose not be downloaded |
I installed this, but this error is still reported.. |
I had a similar problem that I solved because I did not clone with |
Is Eigen needed download by ourself? i cannot find download part in code |
I solved this by using symbolic links to eigen3 in /usr/include |
(DRD) ita:~/DROID-SLAM$ sudo python3 setup.py install Another Error: PLz help me |
For your 2nd error, after that it will work I think: @pradyumnakulkarni87 what is the output of |
Thank you ! It works after Commenting ....Thank you |
src/droid_kernels.cu:15:10: fatal error: Eigen/Sparse: No such file or directory
#include <Eigen/Sparse>
^~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/local/cuda-11/bin/nvcc' failed with exit code 1
when i run python setup.py install, i got some problem, can you help me~
The text was updated successfully, but these errors were encountered: