Closed BreninSul closed 1 year ago
I think this is the issue related to the compatibility between the PyInstaller and the Python 3.10. Have you tried to install and to use the latest version (e.g. 5.7.0
)?
I had the same problem, it was related to wxPython. I fixed it by (I) using Python 3.9 and by (II) installing the packages individually (instead of using the requirement files).
Could you provide a list of installed packages? I'm mostly interested in those that different from the original installation / requirements files
There is no difference, except I did not provide version numbers: PyInstaller wxPython Pypubsub pika Faker flake8 ipython pytest pytest-cov pudb
I pushed the updates with latest dependency updates in the master branch. Please, let me know, that the build works good to you. I tested the build on my local machine on Windows and finishes with no issues. However, I have no notebook with MacOS to test this out.
Now it works! Thanks!
with --exclude-module _bootlocale flag: