NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

ModuleNotFoundError: No module named 'MinkowskiEngineBackend' #511

Open brigr opened 1 year ago

brigr commented 1 year ago

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?

LinoComesana commented 1 year ago

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

aprilbian commented 1 year ago

have you resolved this? many thanks in advance

m-pabst commented 1 year ago

same for me when using the docker file

jodyngo commented 2 months ago

is there anyone resolved this problem?