I am getting PackagesNotFoundError when trying to install ArcGIS API for Python 2.4.3:
(arcgispro-py3) C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3>conda create -n arcgis_latest -c esri arcgis=2.4.3 arcgis-mapping=2.4.3
Channels:
- esri
- defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- arcgis-mapping=2.4.3*
What is the correct way to install 2.4.3 with ArcGIS Pro 3.6?
Solved! Go to Solution.
Hello,
Try with the mapping version set to 5.0.0.
conda create -n arcgis_latest -c esri arcgis=2.4.3 arcgis-mapping=5.0.0
You should see the following:
Let me know if that helps.
Hello,
Try with the mapping version set to 5.0.0.
conda create -n arcgis_latest -c esri arcgis=2.4.3 arcgis-mapping=5.0.0
You should see the following:
Let me know if that helps.
Thanks so much Ken, that helps, it installs now.