tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects
Have this problem while installing tiny-cuda, anybody knows how to fix it?
Yes I have solved it haha.
Taylor Capossela @.***> 於 2023年6月9日 週五 下午3:33寫道:
have you solve it?
— Reply to this email directly, view it on GitHub https://github.com/NVlabs/tiny-cuda-nn/issues/320#issuecomment-1584110147, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQEKJVPY5GHOMYHEW2HBPWDXKLGSZANCNFSM6AAAAAAYX5VIZE . You are receiving this because you authored the thread.Message ID: @.***>
how did this problem be solved?
How did you solved it? I met a similar problem and I'm quite troubled by it T^T
How did you solved it? I met a similar problem and I'm quite troubled by it too T^T
How did you solved it? I met a similar problem and I'm quite troubled by it T^T
Well, days ago I've opened this issue and solved my problems. But the situation is different from this issue.
Yes I have solved it haha. Taylor Capossela @.> 於 2023年6月9日 週五 下午3:33寫道: … have you solve it? — Reply to this email directly, view it on GitHub <#320 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQEKJVPY5GHOMYHEW2HBPWDXKLGSZANCNFSM6AAAAAAYX5VIZE . You are receiving this because you authored the thread.Message ID: @.>
Well don't be a bad guy, tell me how you solved this problem
Just ran into this problem and finally got it to work. I still don't know why it happened because the command worked a few weeks ago, but the root cause of the issue is that the C++ compiler couldn't find these lib/header/exe files. Adding the appropriate paths to the LIB/INCLUDE/Path system variables did the trick (LIB and INCLUDE didn't exist so I had to create them, so not sure how it worked before), although it involved a bunch of chasing down where these files are.
Hope this helps someone.
Perhaps you could try running the x64 Native Tools Command Prompt for VS 2022 in administrator mode, and then proceed with the installation in the command-line window.
You can update your GCC version to 8 to solve this problem. And you could make sure the gcc version in cmake, you can use "$ export CC=gcc-8 CXX=g++-8" to change your gcc version in cmake.