I am trying to use pyinstallerto create a single executable file for distribution to users without installing Python.
The script is very simple and easy to test water. I use only a few lines of code like "Guinea Pig".
Program Hello World- no import, perfectly converted.
The My Guinea Pig program, which imports matplotlib.pyplotand displays a list of values, fails.
The problem is known and documented here , although they claim that it is fixed, or maybe I can not read it correctly. I think the fix should be available in the "dev version", which should be 3.2.1, and I installed via pip install --upgrade pyinstaller, to no avail.
I keep getting the same syntax error that occurs while reading
module jinja2\asyncsupport.py
Any idea how to get around this? My project is very simple and includes matplotlib, pandasreading a file and the construction of some of the data.
source
share