User reported the following error using Windows build v1.20.3
ModuleNotFoundError: No module named 'skimage.io'
Upgrading to pyinstaller==6.10 and importing scikit-image submodules seems to fix this issue. For the reference, the new .exe generated was about 80 MB. Here's the conda env spec on my windows machine minerva-author-spec-file-win-64.txt, note that I've moved pyinstaller into conda install instead of pip.
User reported the following error using Windows build v1.20.3
Upgrading to
pyinstaller==6.10
and importing scikit-image submodules seems to fix this issue. For the reference, the new .exe generated was about 80 MB. Here's the conda env spec on my windows machine minerva-author-spec-file-win-64.txt, note that I've moved pyinstaller into conda install instead of pip.