How to upgrade to 1.7.0

941
3
Jump to solution
11-04-2019 01:42 PM
Subu_Swaminathan_GISP
New Contributor III

I have a previous ArcGIS Pro clone environment with ArcGIS API for python upgraded to 1.6.2. I would like to upgrade this now to 1.7.

conda upgrade -c esri arcgis - This does not work.

 If I try this? then i get the following

conda install arcgis=1.7.0
Fetching package metadata .............
Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:
  - arcgis 1.6.*
  - arcgis 1.7.0*
Use "conda info <package>" to see the dependencies for each package.

Is it possible to use 1.7.0 version with ArcGIS Pro and update a package? Anyone else try this successfully?

0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus
conda upgrade -c esri arcgis --no-pin --dry-run

check to see what would happen during a "dry-run" first and if everything seems ok, then drop the --dry-run part

View solution in original post

3 Replies
DanPatterson_Retired
MVP Emeritus
conda upgrade -c esri arcgis --no-pin --dry-run

check to see what would happen during a "dry-run" first and if everything seems ok, then drop the --dry-run part

Subu_Swaminathan_GISP
New Contributor III

Thanks Dan.

conda upgrade -c esri arcgis --no-pin

That works.

The following packages will be UPDATED:

    arcgis: 1.6.2-py36h4f45381_633 esri --> 1.7.0-py36_863 esri

then proceeds to completion.

0 Kudos
DavidWasserman
Occasional Contributor III

Hi Dan, 

Does this version of ArcGIS Python API fix issues with spatial.to_featureclass?

David

David Wasserman, AICP
0 Kudos