- Install python 3.6 or newer
- Run "pip install -r requirements.txt" in the source directory
- Use PyInstaller
- https://github.com/brentvollebregt/auto-py-to-exe
- In the python installation navigate to: /Lib/site-packages/PyInstaller/hooks
- Add hook-pandas.py
- include code: hiddenimports = ['pandas._libs.tslibs.timedeltas']
- PyInstall settings:
- One File
- Window Based
- Select Icon and Logo Images as additional files 4 Run PyInstaller
- Manually copy settings.json into directory with .exe