Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build installable wheels for some pyproject.toml based projects (gridencoder) #201

Open
ShanLanFuSheng opened this issue Jul 9, 2024 · 3 comments

Comments

@ShanLanFuSheng
Copy link

ShanLanFuSheng commented Jul 9, 2024

Hello, I had trouble installing gridcoder. When I run pip install. ,then I get the following error:
error1

error2

@liujie-zheng
Copy link

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.

@ShanLanFuSheng
Copy link
Author

ShanLanFuSheng commented Jul 12, 2024 via email

@fuweipeng
Copy link

fuweipeng commented Aug 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants