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
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:
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.
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:
The issue is similar to #76
This is my nvcc, g++ and gcc version:
The text was updated successfully, but these errors were encountered: