-
Notifications
You must be signed in to change notification settings - Fork 88
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
ERROR: Failed building wheel for dpvo #33
Comments
Do a nvcc --version. Your CUDA needs to be 11.7 But, I have problems with pangolin and the viewer install. The docker doesn't seem to be a "sufficient" environment, but was inheriting some unspecified things from the original host machine. |
I use |
For those how have cuda installed in the venv ( meaning not a System-wide Installation ) I was able to install the DPviewer by manually adding this line : I also faced some issues while trying to build Pangolin, specially inside the DPVO/Pangolin/components/pango_video/include/pangolin/video/drivers/ffmpef_comman.h file and I was able to solve these by simpling commenting out the following lines :
|
Same issue here, does anyone know how to solve this ? I'm using DPVO in WHAM
|
@Seeeeeyo you can use docker and python==3.10 |
I keep getting this error when I run: pip install . how can I resolve this error ?
The text was updated successfully, but these errors were encountered: