Changed pyinstaller version to fix pyinstaller run issues (for me, windows 11)
Moved input data folders and preprocessing data folders to separate folders to simplify pyinstaller command
Check if you can build and if the build can run
For windows the build script does not work but the command in the script should be ran directly: pyinstaller --noconfirm --windowed --onedir --name "Tommy" --icon "assets/tommy.ico" --hidden-import "pkg_resources.extern" --add-data "tommy/data/preprocessing_data/:./preprocessing_data/" tommy/main.py
Edited by Rens Versnel