Esri / deep-learning-frameworks

Installation support for Deep Learning Frameworks for the ArcGIS System
448 stars 110 forks source link

Deep Learning Libraries for ArcGIS pro has not detected ArcGIS pro 2.8 #30

Closed Afaf-Git closed 2 years ago

Afaf-Git commented 3 years ago

Hi, I have ArcGIS Pro 2,8 running in my machine.

I downloaded and unzipped ProDeepLearning libraries but the installation failed, the error message was"Deep Learning Libraries for ArcGIS pro has not detected ArcGIS pro 2.8". I followed the suggested manual installation but this failed too. for some reason the error msgs that came up when trying to clone py3 using the python command prompt is "CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/esri/win-64/arcgispro-2.7-0.tar.bz2"

Any idea why this is happening? I'm still learning the deeplearning, so I could have done something wrong in the process. any help is much appreciated.

Thanks, Afaf

geoli91 commented 3 years ago

Hi, I have ArcGIS Pro 2,8 running in my machine.

I downloaded and unzipped ProDeepLearning libraries but the installation failed, the error message was"Deep Learning Libraries for ArcGIS pro has not detected ArcGIS pro 2.8". I followed the suggested manual installation but this failed too. for some reason the error msgs that came up when trying to clone py3 using the python command prompt is "CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/esri/win-64/arcgispro-2.7-0.tar.bz2"

Any idea why this is happening? I'm still learning the deeplearning, so I could have done something wrong in the process. any help is much appreciated.

Thanks, Afaf

Maybe you can see https://links.esri.com/deep-learning-framework-install . This provides a simple installation procedure for a deep learning environment. Running it will create a conda environment called arcgispro-dl, which will contain various modules that will be used.

cleebp commented 3 years ago

@Afaf-Git: your error trace lists arcgispro-2.7, you may have to uninstall Pro completely and reinstall Pro 2.8, I'd also recommending patching to 2.8.2. After this I would expect the deep learning setup installer to work.

Afaf-Git commented 3 years ago

Thanks heaps @cleebp, I updated Arcpro version and it worked fine.

scdub commented 2 years ago

Glad to hear you were able to address this with reinstallation. Closing this issue, but feel free to create a new one if you run into further problems.