Caenorst
Caenorst
what was the command line to install kaolin? also double check `torch.__version__` and `torch.version.cuda`
There is a typo in your installation command-line it should be `https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html`
Actually looking at https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.12.1_cu113.html there is no kaolin 0.11.0, do you need specifically 0.11.0 ? I suggest use the latest version
Hi @auk003150 , thank you for you interesting in Kaolin, in what format do you store camera and segmentation information?
Hi @auk003150 , please provide full logs
Hi @dopeornope-Lee look like windows have an issue with finding the cuda dir, can you give me more information about your system? GPU / drivers / cuda / pytorch /...
Can you verify that the file C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3/bin/nvcc exists?
I think you have a permission issue, you may not have execution rights to nvcc Just to be sure can you try replacing the line 105 of `setup.py` by: ```...
Hi @dopeornope-Lee as stated in the error message, it looks like your Microsoft Visual Studio is not supported, please install 2017 or 2019
Hi @Siziff , I suggest to clean your local repo (remove `build/`, `kaolin._C.so`) and reinstall and copy the installation logs (if you still have issues)