- Install the freeimage plugin for imageio
- Activate your conda environment (e.g.
conda activate <ssr_conda_environment_name>
) - Start an interactive python session (i.e. by typing
python
) - Download and install the freeimage plugin
>>> import imageio
>>> imageio.plugins.freeimage.download()
- Activate your conda environment (e.g.