Open DatTrongNg opened 3 months ago
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: