Hello,
I created a conda environment for arcpy using the following commands:
>conda create --name arcgis python=3.9
>conda install -c esri arcpy arcgis
The conda installation when well, as far as I can tell. Then I followed the steps outlined in blog https://www.programmersought.com/article/32855710236/ to get ArcGIS Pro to use the newly installed anaconda environment. ArcGIS pro found a version mismatch however, the Upgrade option does not work. In the Environment Manager window it reads Conda Version 4.9.2. The Conda version installed in my PC is 23.1.0.
Is that difference in Conda version the reason why my Conda arcgis environment cannot be upgrade? How can I know how to find matching versions to ensure I can set up my environment without major issues?
How can I solve this issue?
Looking forward to hearing back - thank you in advance.