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

Update for ArcGIS Pro?

blah238 opened this issue · comments

First, thanks for not only creating this but putting it up on PyPi, it's been very helpful!

Just wondering if you or anyone else has attempted to update this to work with ArcGIS Pro or if there are any suggestions for an alternative.

My use case is to allow a standalone executable (created with PyInstaller) to access arcpy via ArcGIS Pro's default Conda environment. I already have a runtime hook that works for ArcGIS Desktop.

Since there is a likelihood that both Desktop and Pro will be installed on the target machine(s) a separate function (or an argument) for specifying the desired version would probably be a good idea.