tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

You need to construct a same version of gcc and g++.

Open WarrenZZZZL opened this issue 1 year ago • 3 comments

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.

WarrenZZZZL avatar Jun 14 '24 08:06 WarrenZZZZL

Did you used 11 or 9?

Thanks in advance.

mikelmh025 avatar Dec 02 '24 21:12 mikelmh025

Did you used 11 or 9?

Thanks in advance.

yes, I used 9

ZhaoLongjiea avatar Dec 03 '24 03:12 ZhaoLongjiea

I used 9, it works also.

mikelmh025 avatar Dec 03 '24 21:12 mikelmh025