Hi!
I builded 3DSlicer in my computer, and tried to install the SlicerRT extension on Extension Manager, but when I tried to open my DICOM images I had this issue:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/carla/MyProjects/Slicer/build/python-install/lib/python3.6/imp.py", line 170, in load_source
module = _exec(spec, sys.modules[name])
File "<frozen importlib._bootstrap>", line 618, in _exec
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/carla/.config/NA-MIC/Extensions-29011/SlicerRT/lib/Slicer-4.11/qt-scripted-modules/PlmRegister.py", line 4, in <module>
import RegistrationLib
ModuleNotFoundError: No module named 'RegistrationLib'
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
libitkhdf5_cpp.so.1: cannot open shared object file: No such file or directory
Please install SlicerRT extension to enable loading of DICOM RT Structure Set objects
Please install SlicerRT extension to enable loading of DICOM RT Structure Set objects
Traceback (most recent call last):
File "/home/carla/MyProjects/Slicer/build/Slicer-build/lib/Slicer-4.11/qt-scripted-modules/DICOMLib/DICOMUtils.py", line 671, in getLoadablesFromFileLists
loadablesByPlugin[plugin] = plugin.examineForImport(fileLists)
File "/home/carla/.config/NA-MIC/Extensions-29011/SlicerRT/lib/Slicer-4.11/qt-scripted-modules/DicomRtImportExportPlugin.py", line 41, in examineForImport
slicer.modules.dicomrtimportexport.logic().ExamineForLoad(vtkFileList, loadablesCollection)
AttributeError: module 'modules' has no attribute 'dicomrtimportexport'
DICOM Plugin failed: module 'modules' has no attribute 'dicomrtimportexport'
Traceback (most recent call last):
File "/home/carla/MyProjects/Slicer/build/Slicer-build/lib/Slicer-4.11/qt-scripted-modules/DICOMLib/DICOMUtils.py", line 671, in getLoadablesFromFileLists
loadablesByPlugin[plugin] = plugin.examineForImport(fileLists)
File "/home/carla/.config/NA-MIC/Extensions-29011/SlicerRT/lib/Slicer-4.11/qt-scripted-modules/DicomSroImportExportPlugin.py", line 40, in examineForImport
slicer.modules.dicomsroimportexport.logic().ExamineForLoad(vtkFileList, loadablesCollection)
AttributeError: module 'modules' has no attribute 'dicomsroimportexport'
DICOM Plugin failed: module 'modules' has no attribute 'dicomsroimportexport'
Anyone had this issue too? Or anyone know how to fix it?
I builded 3D Slicer 4.11.0-2020-04-25 on Ubuntu 18.04.4 LTS
Thanks.