QuitStore
QuitStore copied to clipboard
macos executable startup issue: ImportError: The 'jaraco' package is required;....consult package manager...
Tried running mac-os executable (M1 mini) and got the following error:
Anything I need to do on my end?
There is also an issue #291 with linux executables. I would appreciate any help on the pyinstaller builds.
Does the arm docker image work on m1 macs?
I’ve only tried the docker instructions on the main readme.md page. It runs fine except for #301.
I know when I install Python on Mac, I have to run the install certificates.command after… it can’t be that obvious for the Linux issue, could it?
Found this: https://github.com/pyinstaller/pyinstaller/issues/6564
And here: https://github.com/pyinstaller/pyinstaller/issues/6565
Looks like it’s a pyinstaller version issue?