Select to view content in your preferred language

initialize deep learning package

1046
3
12-14-2020 03:34 AM
Labels (1)
AhmetKarabıyık
New Contributor II

hello dear all

i'm new in arcgis pro and deep learning

i want to get experienced with the application of deep learning in agricultural purposes.

after a while i found that deep learning package should be defined exactly on python command prompt not in arcgis pro environment

but i have trouble with initialization of the deep learning package to run in arcgis pro from python command prompt

i follow the guidelines as described in https://learn.arcgis.com/en/projects/use-deep-learning-to-assess-palm-tree-health/

but as i create the deep learning clone in my predefined path as follows:

D:\ArcGISPro\bin\Python\Scripts\conda create -n deeplearning –-clone arcgispro-py3

it was failed and the following error is appeared

AhmetKarabıyık_0-1607948577610.png

and here is my conda info

AhmetKarabıyık_1-1607949029136.png

 

what is the problem and how could i solve that

i would be so grateful if any one can solve my problem

best regards

 

 

0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

The installation framework is described here

Install deep learning frameworks for ArcGIS—ArcGIS Pro | Documentation


... sort of retired...
0 Kudos
AhmetKarabıyık
New Contributor II

but my arcgis pro is installed on local disc D and as i mentioned before i follow the steps as described there but in just first stage it was failed

i write ''conda create --name deeplearning --clone arcgispro-py3'' to create in my local disc

but it was failed and error as presented in (attached) figure 1 is appeared

0 Kudos
DanPatterson
MVP Esteemed Contributor

arcgis pro doesn't support python 3.8.5

you must have another conda environment.  If you want to use esri's deep learning stuff, get rid of it and install what they provide in the link I posted


... sort of retired...
0 Kudos