hatzakislab/DeepFRET-GUI

Does not compile on MacOS without PyInstaller hotfix

Opened this issue · 0 comments

In
/venv/lib/python3.6/site-packages/PyInstaller/hooks/hook-_tkinter.py

Change line 183 to
if 'Library/Frameworks' in path_to_tcl and 'Python' not in path_to_tcl:

Or the installer will fail on MacOS

See pyinstaller/pyinstaller#3753 (comment)