I fetched the latest slicer preview release(4.13.0-2021-09-27) from the slicer master branch. Cause SimpleITK cannot be built from mac, the solution mentioned here (issues 5498) is not working for me, so I disabled the build for SimpleITK since our development doesn’t require this module. After a successful build, the extension manager is not working, error message in terminal:
[52428:95747:0928/065957.963701:ERROR:gl_context_cgl.cc(118)] Error creating context.
[0928/065958.085678:ERROR:icu_util.cc(251)] Couldn't mmap icu data file
[0928/065958.086204:ERROR:icu_util.cc(251)] Couldn't mmap icu data file
[0928/065958.884304:ERROR:icu_util.cc(251)] Couldn't mmap icu data file
After this, I try to restore the SlicerJupyter extension manually. I download it from here and it installed successfully. However, the JupyterKernel is unable to load after restart Slicer.
I also download the package dmg file and run it, the extension manager works fine there:
Hi, Thanks for the suggestions.
I’ve built Slicer on my Mac by disabling the simpleITK module. However, when I try to build SlicerJupyter, a problem caused by lacking argon2-cffi wheel occurred, I also posted this problem here: