tiny-cuda-nn
tiny-cuda-nn copied to clipboard
You need to construct a same version of gcc and g++.
At the begining, I have a issue of installing the CUDA. It is about 'Error: Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects.' And after several times retry, I find the problem is gcc version is 9, and g++ version is 11.
It has a problem about incompatible. So I Unified GCC and G++ Versions!!! Finally, I solve it.
Did you used 11 or 9?
Thanks in advance.
Did you used 11 or 9?
Thanks in advance.
yes, I used 9
I used 9, it works also.