Hi.
Is there some kind of diagram or overview showing the correlation between the version of ArcGIS Pro and the version of Python?
Thanks in advanced 🙂
Available Python libraries
Thank you very much for the replies. Really appreciate it 😄
AFAIK, there is no version matrix available.
ArcGIS Pro uses Python 3.X
You can get the currently used Python version by running this script in your ArcGIS Pro Python Window:
import sys print(sys.version)
Â
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.