Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import RETOUCH on Windows #1

Open
Oli4 opened this issue Apr 19, 2022 · 1 comment
Open

Import RETOUCH on Windows #1

Oli4 opened this issue Apr 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Oli4
Copy link
Contributor

Oli4 commented Apr 19, 2022

  • eyelab version: 0.1.1
  • Python version: 3.8
  • System: Windows

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.

@Oli4 Oli4 added the bug Something isn't working label Apr 19, 2022
@Oli4
Copy link
Contributor Author

Oli4 commented Apr 25, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant