Closed ochen1 closed 2 years ago
Source: https://stackoverflow.com/a/65051692/13105088
Furthermore, the following command yields successful compilation on my Linux machine:
poetry run pyinstaller aw-watcher-input.spec --clean --noconfirm
Oh, and here's the binaries pyinstaller produced, if anyone needs it.
pyinstaller
aw-watcher-input.tar.gz
Nice, thanks!
Source: https://stackoverflow.com/a/65051692/13105088
Furthermore, the following command yields successful compilation on my Linux machine:
poetry run pyinstaller aw-watcher-input.spec --clean --noconfirm