mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #76] UnicodeDecodeError when "import matplotlib.pyplot as plt" #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @datlytic on GitHub (Oct 23, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/76
When I try to compile a file with matploblib included I get the error:
This are the settings I use:

and this is the content of my sample.py
@brentvollebregt commented on GitHub (Oct 25, 2019):
Thank you for the basic example, have you tried executing the "Current Command" yourself to see if this is PyInstaller?
I have seen other people mention this error before and it seems to be how PyInstaller decodes text files, for example pyinstaller/pyinstaller#3083.
@brentvollebregt commented on GitHub (Feb 7, 2020):
Closing due to no response from @datlytic