When trying via the extension manager, I got the following error message. So I went on extensions.slicer.org in order to do a manual installation (for Windows), but I can’t find the module. It’s supposed to be under the ‘Image Synthesis’ category, which isn’t present either. Did anyone experience a similar issue?
Hello, thank you for writing. May I ask which version of 3D Slicer you are trying to download the extension from?
ModalityConverter can only be downloaded from the Extension Manager from version Slicer 5.9 onwards. I don’t understand what the error is, but it seems more like a download problem than an extension problem.
If you can’t find the extension with Slicer version higher than 5.9, then you can clone the repository and import it manually!
Let me know if you can do it, otherwise I’ll guide you step by step.
Thanks a lot to both of you for your answers. A small update: I was finally able to download the module. I noticed some new extensions where popping up when refreshing the page on extensions.slicer.org. So I kept refreshing it until ModalityConverter appeared, and then did an Install from file. Now I see it installed in the extension manager, but not in the module list, so I can’t use it. Any idea on how to solve it? I am working with version 5.10.
please try fully restarting 3D Slicer by closing it completely and opening it again. The module will not load until a full restart is performed after the installation process.
If the module is still not visible after restarting, a reliable workaround would be to install the extension directly from the source repository in a few simple steps!
Then, open the “Extension Wizard” in 3D Slicer and import the cloned folder. After installation, please restart Slicer.
In the repository, you will find a README file. In the “Installation” section, there is also a short video showing how to install modules manually (watch it from 1:21 onwards; the procedure is the same). This workflow is usually intended for users running Slicer versions earlier than 5.9, but it is a valid solution in general and is commonly used during development.
Please note that when installing from source, the extension will not be managed by the Extension Manager as usual, so updates will need to be pulled manually from the repository (i.e. via git pull). However, the module will run exactly the same way once installed.