Open buemi opened 1 year ago
This should be because your cuda has not configured environment variables, or your cuda has not been successfully installed
The way that I fixed this was by actually installing the CUDA version (11.3) on my Windows machine. I think installing it through conda alone is not enough. For the specific version (11.3), I also needed Visual Studio 2019 installed for the command line tools
@Sebastian-Garcia Did you try to work droid-SLAM on Windows?Did you success it?Could you tell me the key of working it? CUDA Version? and VC version ?
Hi, I would like to test the DROID-SLAM on my system (Windows 10+Anaconda) but when I launch the following statement:
$ python setup.py install
I receive the following error:
Any idea about how to solve it?
Regards