Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyinstaller settings for windows causing error #70

Closed
mikewolfd opened this issue Feb 6, 2025 · 0 comments · Fixed by #73
Closed

pyinstaller settings for windows causing error #70

mikewolfd opened this issue Feb 6, 2025 · 0 comments · Fixed by #73

Comments

@mikewolfd
Copy link
Contributor

When running the package on windows users are getting the following error:

Image

After some minimal research it seems to not be uncommon. It seems that -strip, as enabled in the pyinstaller.spec file, according to their own documentation, as not recommended for windows. Also people have had this issue with different version of UPX. You might want to update it or disable it. It's not like this is a huge project or anything.

Pyinstaller issue about UPX
Pyinstaller issue about strip
pyinstaller docs

DeanEby added a commit to DeanEby/mango-tango-cli that referenced this issue Feb 8, 2025
DeanEby added a commit to DeanEby/mango-tango-cli that referenced this issue Feb 8, 2025
@DeanEby DeanEby marked this as a duplicate of #51 Feb 11, 2025
DeanEby added a commit that referenced this issue Feb 14, 2025
…lag from windows (#73)

* Issue #70: Add conditional logic to pyinstaller.spec

* Fix indentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant