Select to view content in your preferred language

Is ArcGIS API for Python 2.4.3 available for install?

228
2
Jump to solution
2 weeks ago
FeichiShih2
Emerging Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
KenGalliher1
Esri Contributor

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:

KenGalliher1_0-1776438180625.png

 

Let me know if that helps.

 

 

View solution in original post

0 Kudos
2 Replies
KenGalliher1
Esri Contributor

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:

KenGalliher1_0-1776438180625.png

 

Let me know if that helps.

 

 

0 Kudos
FeichiShih2
Emerging Contributor

Thanks so much Ken, that helps, it installs now.