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)
Â
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.