-
Notifications
You must be signed in to change notification settings - Fork 29
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
Is it possible to install on Windows? #23
Comments
I'm encountering errors like these while installing DPVO: ''fatal error C1189: #error: -- unsupported Microsoft Visual Studio version!'' I currently have Visual Studio 2022 and CUDA 12.1 installed which is what's suggested for this repo. Were you able to install |
here is a guide from Carlosedubarreto — 09/23/2024 6:32 PM the one in my instructions was made with cuda 11.7 I think. cd third-party/DPVO put eigen-3.4.0 in the folder thirdparty I'm not sure that pytorchscatter 2.0.9 is compatible with cuda 12.1 Enable the vstudio variables using the command bellow if you have vstudio 2019 pip install . after installing DPVO try this colution i changed in the files: in lietorch_gpu.cu remove all the "const" keywords |
Is it possible to install on Windows?
The text was updated successfully, but these errors were encountered: