JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runtime error from pyinstaller when archook is present

jesegal opened this issue · comments

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

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