MedVisBonn / eyelab

A mulit-modal annotation tool for retinal imaging data
MIT License
8 stars 2 forks source link

Import RETOUCH on Windows #1

Open Oli4 opened 2 years ago

Oli4 commented 2 years ago

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 commented 2 years ago

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