Operating system: Windows 7 Build 6.1.7601
Slicer version: 4.13.0 2021-08-16
The version of Python: Python 3.6.7
Expected behavior: Fetch MONAI label server and start Deepedit
Actual behavior: failed
I have setuped MONAI & MONAI label at my workstation, which running ubuntu 18.04. Both fetch local MONAI label server & Deepedit work fine at ubuntu server under 4.13.0 2021-09-29 build
The address of MONAI label server is correct and can be opened in browser at both windows 7 & ubuntu.
But when I use the 3D slicer client with MONAI label plug-in at windows 7, it failed to fetch MONAI label server and showed following error message:
KeyError: 'config’Traceback (most recent call last):
File “C:/ProgramData/NA-MIC/Slicer 4.13.0-2021-08-16/NA-MIC/Extensions-30121/MONAILabel/lib/Slicer-4.13/qt-scripted-modules/MONAILabel.py”, line 960, in onClickFetchInfo
self.fetchInfo()
File “C:/ProgramData/NA-MIC/Slicer 4.13.0-2021-08-16/NA-MIC/Extensions-30121/MONAILabel/lib/Slicer-4.13/qt-scripted-modules/MONAILabel.py”, line 987, in fetchInfo
self.config = info[“config”]
KeyError: ‘config’
I also tried to install the same bulid of 3D slicer as ubuntu (4.13.0 2021-09-29) in windows 7 but it failed to start 3D slicer when launching, the error message is:
SlicerApp-real.exe stopped to work
Error module name: ucrtbase.DLL
How can I fix these issue and use the MONAI label at windows 3D slicer?
Thank you.