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)
Â
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.