How to install the conda package for "arcgis for python"

1759
3
07-18-2016 07:33 AM
xavierlhomme
Occasional Contributor


Hi

I'm trying to install the conda package for  "arcgis for python"  with those command line :

  • conda install -c conda-forge ipywidgets
  • conda install -c esri arcgis=0.1

But I'm still having :

Could not connect to https://conda.anaconda.org/conda-forge/noarch/

Could not connect to https://conda.anaconda.org/esri/win-64/

I'm succeed to download those package manually.

arcgis-0.1-py35_0.tar.bz2

ipywidgets-5.1.5-py35_0.tar.bz2

How to install/deploy  them nanually ?

best regards

Xavier Lhomme
GIS Architect / ESIRI Expert
0 Kudos
3 Replies
xavierlhomme
Occasional Contributor

Hi

I tried : conda install --file C:\Users\...\Downloads\ipywidgets-5.1.5-py35_0.tar.bz2

but having "UnicodeDecodeError: 'charmap' codec can't decode byte ... "

Xavier Lhomme
GIS Architect / ESIRI Expert
0 Kudos
ShaunWalbridge
Esri Regular Contributor

Can you visit the URLs manually? https://conda.anaconda.org/esri/win-64/​ should resolve in most environments. Also, what version of Python are you installing into? Python 3.5?

0 Kudos
DanPatterson_Retired
MVP Emeritus

depending on your needs and whether you are going to use Pro... why not install ArcGIS PRO and install from there.  It will be python 3.4 but the differences are minimal until you get to 3.6 Anaconda, Spyder and ArcGIS PRO

0 Kudos