Where can I find a list of libraries included with the base installation of arcgis pro? The anaconda website? if so, which version?
Solved! Go to Solution.
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
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
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.