labsyspharm / minerva-author

Tool to create images and configuration files for Minerva-Story
MIT License
15 stars 14 forks source link

Fix windows build #82

Closed Yu-AnChen closed 1 month ago

Yu-AnChen commented 1 month ago

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.

Yu-AnChen commented 1 month ago

Seems like the build github action would run through if it wasn't a PR - https://github.com/Yu-AnChen/minerva-author/actions/runs/11356683654