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

ModuleNotFoundError: No module named 'MinkowskiEngineBackend' #169

Open
DatTrongNg opened this issue Jul 22, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'MinkowskiEngineBackend' #169

DatTrongNg opened this issue Jul 22, 2024 · 1 comment

Comments

@DatTrongNg
Copy link

I am trying to reproduce the project on Colab. I was able to reproduce mostly everything but it seems that only the MinkowskiEngine installation has a problem. The error is as follow: (This is from import MinkowskiEngine as ME)

---> 53 from MinkowskiEngineBackend._C import (
54 MinkowskiAlgorithm,
55 CoordinateMapKey,

ModuleNotFoundError: No module named 'MinkowskiEngineBackend'

From the log it seems that the installation is completed:
image

The issue is similar to #76

This is my nvcc, g++ and gcc version:
image

@tharsosventures
Copy link

Hi, this is probably a little late, but for anyone that's sees this issue, it's as simple as importing MinkowskiEngineBackend before importing MinkowskiEngine. I had this issue as well, and thought the build had failed, but alas.

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

2 participants