ArcGIS Pro 2.1.3 is now available.
This is a minor patch release on top of ArcGIS Pro 2.1. You can get more information about what is included in this release at http://pro.arcgis.com/en/pro-app/get-started/release-notes.htm
Now would also be a great time to take a minute to read up on how the major.minor.patch versioning scheme works in ArcGIS Pro if you're not already familiar.
Tom, thank you for pointing out the broken link. I updated it in the original post and putting it here as well.
Releases and patches—ArcGIS Pro | ArcGIS Desktop
major.minor.patch versioning scheme link no longer works.
OK, thanks. The location at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs is a staging area for packages, so it looks like it was successfully downloaded and extracted, but may not have installed properly. Could you try running
conda install --no-pin arcgis==1.4.1
And report what it outputs? That should explicitly tell it to install that version locally.
Thanks,Shaun
It did produce output indicating my Jupyter was updated. I can see that the package is in place at:
C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\arcgis-1.4.1-py36h52c3b5e_1
but the conda list command indicates:
(arcgispro-py3) C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3>conda list# packages in environment at C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3:#arcgis 1.2.5 py36_1 esriarcgispro 2.1 0 esri
....
Hi David,
When you ran the conda upgrade command, did it produce any output? What shows up when you type conda list, does that indicate the package is updated? The Pro 2.1 release shipped with a pinned version of the API which necessitates the special upgrade route needed, but it should work with that in place. If it doesn't, report back here and we can figure it out. At Pro 2.2, this workflow should be simpler.
Cheers,
Shaun
Adding Shaun Walbridge Shaun, can you help with this?
Hi Kory,
After updating to 2.1.3, I went to the ArcGIS API for Python page and can see that the latest release is 1.4.1. I ran the conda update command:
conda upgrade -c esri --no-pin arcgis
from the python terminal window as administrator. However, when I return to the Python Package Manger in Pro my Installed Packages for arcgis still shows version 1.2.5. Has anyone else experienced this or does Pro consider the 1.4.1 API release a breaking change to the 2.1.3 patch release?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.