Python API on PYPI

1061
6
Jump to solution
04-24-2017 10:49 AM
PhilLarkin1
Occasional Contributor III


I'd like to reference ArcGIS API for Python from a public pypi repository. It was previously published under the package name 'arcgis' at version 0.1. I can't to seem to find the package under this name. Can someone provide a direct link to this package from PyPI - the Python Package Index : Python Package Index  ?

rsingh-esristaff

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Since this question has been answered, the ArcGIS API for Python is now officially being released on PyPI! You can install it via:

pip install arcgis


View the PyPI page here, and view the relevant guide pages here.

View solution in original post

0 Kudos
6 Replies
DanPatterson_Retired
MVP Emeritus

I think this is on a conda distribution ArcGIS API for Python

0 Kudos
PhilLarkin1
Occasional Contributor III

It is on a conda distribution. I'm hoping a pypi repo is maintained as well. 

0 Kudos
DanPatterson_Retired
MVP Emeritus

I think everything got switched over to conda, given that that is way PRO is doing its distributions and updates of packages.  perhaps 0.1 was a test and 1.0 is now with conda.  If a search doesn't turn it up, maybe your local reps can put you in touch with that group since they don't touch down here often

0 Kudos
RohitSingh2
Esri Contributor

We only use conda for distributing the ArcGIS Python API. It was never on pip. 

0 Kudos
PhilLarkin1
Occasional Contributor III

Thanks for the reply. I must have found an unofficial repo.

0 Kudos
by Anonymous User
Not applicable

Since this question has been answered, the ArcGIS API for Python is now officially being released on PyPI! You can install it via:

pip install arcgis


View the PyPI page here, and view the relevant guide pages here.

0 Kudos