You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by pyinstaller not including the required modules. Adding the --collect-all itk option when building the exe solves the problem but increases the size of the .exe by ~200MB.
The cleanest solution probably is to add a pyinstaller hook file to eyepy which specifies which modules of itk are required
Description
The RETOUCH import does not work when using the EXE on Windows. The problem is related to ITK not being able to create a temporary directory.
The text was updated successfully, but these errors were encountered: