[issue37425] Using Pyinstaller with (Anaconda) Python 3.7.3 needs PyQt5 even if not imported in code

2019-06-27 Thread Sameer Bobade
Sameer Bobade added the comment: PyQt5 was installed when trying to make exe with Python 3.7.3 because without it pyinstaller will fail to produce output. Added log without PyQt5 & Python 3.7.3 which fails to produce output. Maybe this is issue of Matplotlib then? Not sure if versions

[issue37425] Using Pyinstaller with (Anaconda) Python 3.7.3 needs PyQt5 even if not imported in code

2019-06-27 Thread Sameer Bobade
New submission from Sameer Bobade : I am writing a test code with Python and tested that it works on both Python 3.7 and 3.7.3 The code uses tkinter, and does not use PyQT5 I use pyinstaller 3.4 I convert the python to exe. With the same code and and same dependencies (including version