MinkowskiEngine icon indicating copy to clipboard operation
MinkowskiEngine copied to clipboard

docker image not working

Open m-pabst opened this issue 2 years ago • 0 comments

Describe the bug

from MinkowskiEngineBackend._C import ( ModuleNotFoundError: No module named 'MinkowskiEngineBackend'

when using the docker image and running python3.8 -m examples.indoor


To Reproduce Steps to reproduce the behavior. If the code is not attached and cannot be reproduced easily, the bug report will be closed without any comments.

build the provided docker image


Expected behavior A clear and concise description of what you expected to happen.

when running python3.8 -m examples.indoor no error should occur


Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • Python version: 3.8
  • Pytorch version: 1.12.1
  • CUDA version: 11.3
  • Minkowski Engine version: 0.5.4

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