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

Could not build wheels for tinycudann, which is required to install pyproject.toml-based projects

Open trltzy opened this issue 1 year ago • 9 comments

Have this problem while installing tiny-cuda, anybody knows how to fix it? image

trltzy avatar Jun 02 '23 07:06 trltzy

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: @.***>

trltzy avatar Jun 14 '23 13:06 trltzy

how did this problem be solved?

gzsun1416 avatar Jun 17 '23 08:06 gzsun1416

How did you solved it? I met a similar problem and I'm quite troubled by it T^T

QXmX29 avatar Jul 12 '23 04:07 QXmX29

How did you solved it? I met a similar problem and I'm quite troubled by it too T^T

EastbeanZhang avatar Jul 19 '23 08:07 EastbeanZhang

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.

QXmX29 avatar Jul 19 '23 09:07 QXmX29

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

NeuroLord avatar Jul 24 '23 18:07 NeuroLord

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.

tangfucius avatar Aug 21 '23 06:08 tangfucius

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.

bnBarr avatar Sep 25 '23 03:09 bnBarr

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.

JadeWeigh avatar Oct 25 '23 07:10 JadeWeigh