tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Error while installing python extension
Hello, This is most likely a issue on my end, not the repo. But I am posting it here, because I thought that you here will probably know what is up with it. I am trying to install the python extension, but keep getting this error:
running build_ext
error: [WinError 2] System cannot find the file specified
While doing some shennanigans trying to get it working I made slight progress, and instead got different error:
running build_ext
building 'tinycudann_bindings._C' extension
error: Don't know how to compile ../../src/common.cu
It might be caused by a messed up PATH or something, but I can cmake tcnn successefully, so I am clueless. I would like to install it to Anaconda env. I have the latest MSVC (VS19) installed, and in PATH The latest CUDA installed, and in PATH All the python dependecies, including torch with active gpu
Any help appreciated BR, Paul