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)
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.