MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

ModuleNotFoundError: No module named 'MinkowskiEngineBackend'

Open brigr opened this issue 3 years ago • 6 comments

I compiled MinkowskiEngine versions 0.4.0 and 0.5.4 on Linux with Cuda 11.4, Python 3.6.9 and with uname -a output

Linux [HOSTNAME] 5.15.0-56-generic #62~20.04.1-Ubuntu SMP Tue Nov 22 21:24:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

For either version, I obtain the following error when I try to import the library

import MinkowskiEngine Traceback (most recent call last): File "", line 1, in File "/home/skaravarsamis/sparse-ncnet/MinkowskiEngine/MinkowskiEngine/init.py", line 53, in from MinkowskiEngineBackend._C import ( ModuleNotFoundError: No module named 'MinkowskiEngineBackend'

Is there any known way to correctly bypass this error?

brigr avatar Jan 04 '23 18:01 brigr

I have the same problem when I run import MinkowskiEngine as ME within a docker container. I pulled the image from https://hub.docker.com/r/uvarc/minkowskiengine/tags

LinoComesana avatar Jan 18 '23 15:01 LinoComesana

have you resolved this? many thanks in advance

aprilbian avatar Apr 09 '23 21:04 aprilbian

same for me when using the docker file

m-pabst avatar Aug 18 '23 19:08 m-pabst

is there anyone resolved this problem?

jodyngo avatar Jun 27 '24 13:06 jodyngo