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<BR />Fetching package metadata .............<BR />Solving package specifications: .<BR /><BR />UnsatisfiableError: The following specifications were found to be in conflict:<BR /> - arcgis 1.6.*<BR /> - arcgis 1.7.0*<BR />Use "conda info <package>" to see the dependencies for each package.
</CODE></P><P><STRONG><CODE>Is it possible to use 1.7.0 version with ArcGIS Pro and update a package? Anyone else try this successfully?