archook icon indicating copy to clipboard operation
archook copied to clipboard

pip installs an old version

Open vibb opened this issue 3 years ago • 2 comments

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". So I check the archook in my python install path. I find the installed archook.py is not the same file in github.

vibb avatar Oct 16 '20 06:10 vibb

A work around to get the current version is to pip install straight from github using the manual developer mode recipe at the end of the Readme (https://github.com/JamesRamm/archook#installation).

(Just fixed this morning with 1043e4cdc060e7f6e6ed65a13ea1ac6657b0a838. It was broken before but I didn't know until this error report. So thanks.)

mhw-at-yg avatar Oct 30 '20 20:10 mhw-at-yg

You can also install using pip straight out of the git repo:

pip install git+https://github.com/JamesRamm/archook

franTarkenton avatar Dec 02 '20 01:12 franTarkenton