List of libraries included with ArcGIS Pro Conda installation?

1194
2
Jump to solution
03-12-2021 03:29 PM
AmyKlug
Occasional Contributor III

Where can I find a list of libraries included with the base installation of arcgis pro? The anaconda website? if so, which version? 

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

for a stroll with annotations there is always

C:\...Your_Install_Folder...\bin\Python\pkg-metadata\metadata.json

If you are familiar with conda, then you can get a list of the current environment, however, that may include other packages that you may have installed.  If it is a clean environment

conda_list2.png


... sort of retired...

View solution in original post

2 Replies
DanPatterson
MVP Esteemed Contributor

for a stroll with annotations there is always

C:\...Your_Install_Folder...\bin\Python\pkg-metadata\metadata.json

If you are familiar with conda, then you can get a list of the current environment, however, that may include other packages that you may have installed.  If it is a clean environment

conda_list2.png


... sort of retired...
JoshuaBixby
MVP Esteemed Contributor

Esri doesn't maintain a web page listing that information.  If you already have Pro installed, or know someone who does, you can take Dan's suggestion and use conda to list packages in ArcGIS Pro's default Python environment.

If you don't have Pro installed, nor even conda, you can visit the ArcPy package page at Anaconda:  https://anaconda.org/Esri/arcpy .  From there you can unzip the package at look at the about.json and index.json files to see dependencies and installed packages.