Where to download arcgis_learn module?

605
1
Jump to solution
12-15-2023 12:44 PM
Labels (1)
JadedEarth
Frequent Contributor

I'm using deep learning version 3.2.  I'm trying to install arcgis_learn module from Python Command Prompt using:

    conda install -c esri arcgis_learn=2.2.0 python=3.9

But I'm getting this error:  PackagesNotFoundError:  arcgis_learn=2.2.0

 

Where can I download and install arcgis_learn module?

 

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

Did you install the deep learning framework?

Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the ArcGIS Syst...

learn is in the arcgis module which is probably already installed on your computer in the base or cloned environment

"C:\... your install folder ...\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\learn"

learn.png

towards the bottom of the page are the downloads by Pro version etc.


... sort of retired...

View solution in original post

1 Reply
DanPatterson
MVP Esteemed Contributor

Did you install the deep learning framework?

Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the ArcGIS Syst...

learn is in the arcgis module which is probably already installed on your computer in the base or cloned environment

"C:\... your install folder ...\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\learn"

learn.png

towards the bottom of the page are the downloads by Pro version etc.


... sort of retired...