You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run the precompiled version of 1.5.6 on macOS 10.14.6 dies with this trace:
Traceback (most recent call last):
File "PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 11, in <module>
File "/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
File "pkg_resources/__init__.py", line 86, in <module>
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[32839] Failed to execute script pyi_rth_pkgres
Oops, sorry about that, and thanks! Seems I still had an old version of PyInstaller installed. Just upgraded from 3.5 to 4.0 and rebuilt it, and tested to make sure it works now! Just updated the zip on the releases page. Thanks again for catching this!
Trying to run the precompiled version of 1.5.6 on macOS 10.14.6 dies with this trace:
Might be a Setuptools thing? pypa/setuptools#1963
The text was updated successfully, but these errors were encountered: