Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

installer not working properly with ArcGIS Pro 1.4 #321

Closed travisbutcher closed 7 years ago

travisbutcher commented 7 years ago

ArcRest or ArcRestHelper

install_arcrest.gpk

Version or date of download

2.5

Bug or Enhancement

The gpk file does not work properly with the ArcGIS Pro Geoprocessing package workflow. Can this be rebuilt as a gpkx file to allow better integration?

I was able to extract the package using the Extract Package tool. When I ran the Install ArcREST I get the following script error: image

Repo Steps or Enhancement details

  1. Open ArcGIS Pro 1.4
  2. Extract Package to Location
  3. Run tool
MikeMillerGIS commented 7 years ago

Does not look like pro is unpacking the package like arcmap. I do not see the zip for ArcRest.

travisbutcher commented 7 years ago

I spoke with Kevin Hibma about the first issue with the gpk not being seen in Pro properly, Dev Team is looking into that.

MikeMillerGIS commented 7 years ago

I just recreated it and it works fine in ArcMap, pro is not unpacking the related data(the ArcRest and ArcRestHelper zips). The errors in the script are because those files are not found. I can update the script to be more user friendly, but will not solve the files not getting unpacked.

MikeMillerGIS commented 7 years ago

also, looking at the script, it has never been updated for pro 1.4 and the change to use a conda based python enviroment

MikeMillerGIS commented 7 years ago

https://github.com/Esri/ArcREST/issues/322