DeepInfer / Slicer-DeepInfer

3D Slicer Module for connecting to model repository and use models for image analysis.
http://www.deepinfer.org/
Other
25 stars 15 forks source link

ModuleNotFoundError: No module named 'Queue' #13

Open mlp6 opened 5 years ago

mlp6 commented 5 years ago

Tried installing DeepInfer through the 3D Slicer (4.11.0-2019-07-15-linux-amd64) Extension Manager, and received the following error on launch:

  File "/home/mlp6/.config/NA-MIC/Extensions-28391/DeepInfer/lib/Slicer-4.11/qt-scripted-modules/DeepInfer.py", line 1, in <module>
    import Queue
ModuleNotFoundError: No module named 'Queue'
loadSourceAsModule - Failed to load file "/home/mlp6/.config/NA-MIC/Extensions-28391/DeepInfer/lib/Slicer-4.11/qt-scripted-modules/DeepInfer.py"  as module "DeepInfer" !
Fail to instantiate module  "DeepInfer"
The following modules failed to be instantiated:
   DeepInfer
jamesobutler commented 3 years ago

A user on the Slicer forum posted about this issue. https://discourse.slicer.org/t/my-deep-learning-module-is-not-available/16785/2

@mehrtash Will you be able to finish up your progress on your https://github.com/DeepInfer/Slicer-DeepInfer/tree/python3 branch?

sercharpak commented 3 years ago

Hi! Is there any update on the python3 compatibility? I saw the branch.