-
Notifications
You must be signed in to change notification settings - Fork 92
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
Could not locate a supported Microsoft Visual C++ installation #100
Comments
Hi, I have the same problem. When installed using this command: git+https://github.com/SuLvXiangXin/zipnerf-pytorch#subdirectory=extensions/cuda, it requires std=c++17. I installed visual studio 2022, the compiler is c++14. Can anybody help to solve this? Thank you in advance |
This is my build log, and it seems that the nvcc option had -std=c++14 after -std=c++17, which was overwritten.
|
zipnerf-pytorch/extensions/cuda/setup.py Lines 7 to 10 in af86ea6
Looks like an if statement is needed here. |
@jyomu Thank you! I hit a "Failed to build cuda_backend" error when trying to get this running within Nerfstudio. This solved it within my conda env:
|
im trying to install zipnerf on nerfstudio and when i run this command pip install
git+https://github.com/SuLvXiangXin/zipnerf-pytorch#subdirectory=extensions/cuda
i get this error : Could not locate a supported Microsoft Visual C++ installation
any clues ?
The text was updated successfully, but these errors were encountered: