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

Build fail and possible fix #1

Open
ErinTUDelft opened this issue Mar 28, 2024 · 0 comments
Open

Build fail and possible fix #1

ErinTUDelft opened this issue Mar 28, 2024 · 0 comments

Comments

@ErinTUDelft
Copy link

When attempting to build using Conda (option 2), the MinkowskiEngine and Torchsparse built successfully but the installation got stuck at Minuet. Manually configuring the last steps showed that the error was because of a (seemingly) wrongly defined print statement.

print(getattr(nvidia.cublas.__path__, '_path')[0]) in line 17 of "gather_build_info.py" seems to be wrongly defined and should be print(nvidia.cublas._path_[0]) instead. I don't understand why a simple print statement would cause the entire installation to fail, but changing this line allowed it to finally build for me :)

Kind regards,
Erin

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

1 participant