Hi- This thread references ArcGIS Pro 2.1 Patch 3 Is Available
but because the recent Pro 2.2 is a major release, I thought I would begin a new thread. I tried to update my arcgis api from 1.4.1 to 1.4.2. However the update fails. I did install ArcGIS Pro 2.2 first. Would this may be happening because of this section of the What's new blog under Python? -
- The default Python environment, arcgispro-py3, is now read-only, but new environments are created in your user profile and no longer need administrative access to be created or modified.
In any case, I attempted the conda upgrade command with no success. As indicated in the above thread, I did try following Kory Kramer's suggestion on running the conda install command:
conda install --no-pin arcgis==1.4.2
but with no success:
The following NEW packages will be INSTALLED<SPAN class="punctuation token">:</SPAN>
pyshp<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">1.2</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">12</SPAN><SPAN class="operator token">-</SPAN>py36h9b5cf0b_0
The following packages will be UPDATED<SPAN class="punctuation token">:</SPAN>
arcgis<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">1.4</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">1</SPAN><SPAN class="operator token">-</SPAN>py36h52c3b5e_1 esri <SPAN class="operator token">-</SPAN><SPAN class="operator token">-</SPAN><SPAN class="operator token">></SPAN> <SPAN class="number token">1.4</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">2</SPAN><SPAN class="operator token">-</SPAN>py36hcdd194e_1 esri
The following packages will be DOWNGRADED<SPAN class="punctuation token">:</SPAN>
tornado<SPAN class="punctuation token">:</SPAN> <SPAN class="number token">5.0</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">2</SPAN><SPAN class="operator token">-</SPAN>py36_0 <SPAN class="operator token">-</SPAN><SPAN class="operator token">-</SPAN><SPAN class="operator token">></SPAN> <SPAN class="number token">4.5</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">3</SPAN><SPAN class="operator token">-</SPAN>py36_0
Proceed <SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">[</SPAN>y<SPAN class="punctuation token">]</SPAN><SPAN class="operator token">/</SPAN>n<SPAN class="punctuation token">)</SPAN>? y<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
ERROR conda<SPAN class="punctuation token">.</SPAN>core<SPAN class="punctuation token">.</SPAN>link<SPAN class="punctuation token">:</SPAN>_execute_actions<SPAN class="punctuation token">(</SPAN><SPAN class="number token">337</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">:</SPAN> An error occurred <SPAN class="keyword token">while</SPAN> installing package <SPAN class="string token">'defaults::pyshp-1.2.12-py36h9b5cf0b_0'</SPAN><SPAN class="punctuation token">.</SPAN>
CondaError<SPAN class="punctuation token">:</SPAN> Cannot link a source that does <SPAN class="operator token">not</SPAN> exist<SPAN class="punctuation token">.</SPAN> C<SPAN class="punctuation token">:</SPAN>\Program Files\ArcGIS\Pro\bin\Python\pkgs\pyshp<SPAN class="number token">-1.2</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">12</SPAN><SPAN class="operator token">-</SPAN>py36h9b5cf0b_0\Lib\site<SPAN class="operator token">-</SPAN>packages\__pycache__\shapefile<SPAN class="punctuation token">.</SPAN>cpython<SPAN class="number token">-36.</SPAN>pyc
Attempting to roll back<SPAN class="punctuation token">.</SPAN>
CondaError<SPAN class="punctuation token">:</SPAN> Cannot link a source that does <SPAN class="operator token">not</SPAN> exist<SPAN class="punctuation token">.</SPAN> C<SPAN class="punctuation token">:</SPAN>\Program Files\ArcGIS\Pro\bin\Python\pkgs\pyshp<SPAN class="number token">-1.2</SPAN><SPAN class="punctuation token">.</SPAN><SPAN class="number token">12</SPAN><SPAN class="operator token">-</SPAN>py36h9b5cf0b_0\Lib\site<SPAN class="operator token">-</SPAN>packages\__pycache__\shapefile<SPAN class="punctuation token">.</SPAN>cpython<SPAN class="number token">-36.</SPAN>pyc<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Any suggestions are appreciated. I am hesitant to run the install with the -no deps flag, but maybe that's what's needed?
Thanks-