archook icon indicating copy to clipboard operation
archook copied to clipboard

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

Results 10 archook issues
Sort by recently updated
recently updated
newest added

The above plus "ImportError: Could not locate the ArcGIS directory on this machine" if disabling the pro parameter are found on a fresh conda python=3.6 with newly installed ArcGIS Pro...

I haven't tried to use archook for a few months. This error is from an existing archook conda environment that worked fine the last time I touched it. Pro was...

I'm not exactly sure how this impacts archook, but people working in the co-op space will be interested to know that as of ArcGIS Pro 2.7 `arcpy` is installable with...

info

I've install the archook via "pip install archook", my python version is 2.7.13 and my ArcMap is 10.5. When I call archook.get_arcpy() and import arcpy, errors show "no arcpy module"....

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...

Hello, new maintainer Matt Wilkie here. I'm planning to issue a new release, chiefly to take advantage of the support for ArcGIS Pro from #16 courtesy of @logan-pugh. Please raise...

Archook could exit more gracefully when python2/3 doesn't match. A minor would-be-nice-if item. ~~~ $ python test\simple-test-arcmap.py ======================================== 3.6.10 |Anaconda, Inc.| (default, Mar 23 2020, 17:58:33) [MSC v.1916 64 bit...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

On being found, ArcPy tries to import everything from _arcgisscripting `from ._arcgisscripting import *` but fails with the following message: `ImportError: DLL load failed while importing _arcgisscripting: The specified module...

File "C:\Users\u\AppData\Local\ESRI\conda\envs\arcgispro-py3-updated-240716\Lib\site-packages\PyInstaller\__main__.py", line 180, in run run_build(pyi_config, spec_file, **vars(args)) File "C:\Users\u\AppData\Local\ESRI\conda\envs\arcgispro-py3-updated-240716\Lib\site-packages\PyInstaller\__main__.py", line 61, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) File "C:\Users\u\AppData\Local\ESRI\conda\envs\arcgispro-py3-updated-240716\Lib\site-packages\PyInstaller\building\build_main.py", line 1019, in main build(specfile, distpath, workpath, clean_build) File "C:\Users\u\AppData\Local\ESRI\conda\envs\arcgispro-py3-updated-240716\Lib\site-packages\PyInstaller\building\build_main.py",...