JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)
GNU General Public License v2.0
81 stars 28 forks source link

runtime error from pyinstaller when archook is present #29

Open jesegal opened 4 years ago

jesegal commented 4 years ago

Python 3.6 archook 1.3.0rc0

File "site-packages\archook__init.py", line 14, in File "site-packages\archook__init.py", line 12, in get_version File "site-packages\pkg_resources\init.py", line 482, in get_distribution File "site-packages\pkg_resources\init.py", line 358, in get_provider File "site-packages\pkg_resources\init__.py", line 901, in require File "site-packages\pkg_resources\init__.py", line 787, in resolve pkg_resources.DistributionNotFound: The 'archook' distribution was not found and is required by the application

mhw-at-yg commented 4 years ago

Maybe: try commenting out the setup_requires = line in setup.py, and then re pip install archook before running pyinstaller.