Im using pyinstaller to make a a .exe from a python script it outputs just fine but I get this error when I try to excecute.
File "PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in <module>
File "/home/arturo/.local/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.__dict__)
File "pkg_resources/__init__.py", line 86, in <module>
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'
[25405] Failed to execute script pyi_rth_pkgres
I have allready reinstall setuptools.