You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you check your nvcc version?
I had the same issue. My pytorch-cuda version was 11.7 while my nvcc version was 11.3. My fix was updating nvcc to 11.7.
------------------ 原始邮件 ------------------
发件人: "ashawkey/torch-ngp" ***@***.***>;
发送时间: 2024年7月12日(星期五) 晚上10:53
***@***.***>;
***@***.******@***.***>;
主题: Re: [ashawkey/torch-ngp] Failed to build installable wheels for some pyproject.toml based projects (gridencoder) (Issue #201)
Did you check your nvcc version?
I had the same issue. My pytorch-cuda version was 11.7 while my nvcc version was 11.3. My fix was updating nvcc to 11.7.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Processing methods in Win10 environment:
Open setup. py
Modify the last set of parameters:
'build_ext': BuildExtension
Change to:
'build_ext': BuildExtension.with_options(use_ninja=False)
For more questions about 3D environment dependencies, please refer to my blog post
Hello, I had trouble installing gridcoder. When I run pip install. ,then I get the following error:
The text was updated successfully, but these errors were encountered: