Hello, I have been working on a project that uses Slicer to help rasterize an .stl file to a TIFF stack of images. This process is aided by a very similar python script like this in the documentation. Recently I reinstalled Slicer and now I am getting an error stating: ModuleNotFoundError: No module named ‘imageio’
I have Slicer also installed on another machine, and within the Lib\site-packages there is an imageio file within the directory, while on my machine (the one I am having issues with) there is no imageio in the directory.
I have also tried to use Slicer’s python console using import imageio, but I get the same exception.
Has Slicer dropped the use of imageio with the use of python? If not is there a way to fix this error?