Deep learning libraries for Pro 3.3

971
7
Jump to solution
3 weeks ago
Labels (2)
HollyTorpey_LSA
Occasional Contributor III

Hi all,

I know Pro 3.3 just came out, but does anyone know when the deep learning libraries for 3.3 will be available? Looks like they're not on GitHub yet. I'm wondering if they tend to lag by a few days or if it's more like months.

Thanks!

- Holly
2 Solutions

Accepted Solutions
ShivaniPathak
Esri Contributor

Hi,

The deep learning installer for ArcGIS Pro 3.3 is expected in a couple of weeks but in the interim you can use these steps:

  • clone with conda create -n dlenv --clone arcgispro-py3 --pinned
  • activate with activate clone-name or proswap clone-name
  • install with conda install deep-learning-essentials

View solution in original post

7 Replies
ShivaniPathak
Esri Contributor

Hi,

The deep learning installer for ArcGIS Pro 3.3 is expected in a couple of weeks but in the interim you can use these steps:

  • clone with conda create -n dlenv --clone arcgispro-py3 --pinned
  • activate with activate clone-name or proswap clone-name
  • install with conda install deep-learning-essentials
SionaARoberts
New Contributor

Hi Shivani, 

Wondering if there is any news on the release of the deep learning installer for 3.3? Last time I did a clone, it just provided me with more headache so I am rather nervous to repeat the process. 

Thanks!! 😁😁

HollyTorpey_LSA
Occasional Contributor III

@ShivaniPathak Thanks for the workaround. Any updates on the timeline for the installer?

- Holly
JoabelBarbieri
Occasional Contributor II

This is not a solution. 

This is

According to the GitHub site, it will be the week of May 27th.  GitHub - Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the Ar...

0 Kudos
ShivaniPathak
Esri Contributor

Hi Joabel,

Deep learning environment can be created using the following commands  for ArcGIS Pro:

  • clone with conda create -n dlenv --clone arcgispro-py3 --pinned
  • activate with activate clone-name or proswap clone-name
  • install with conda install -c esri deep-learning-essentials
0 Kudos
JoabelBarbieri
Occasional Contributor II

Didn't work (tried with 2 clones and the same happened) w. Pro 3.3

JoabelBarbieri_0-1716410691406.png

 

Determining conflicts: 0%| | 0/5 [00:00<?, ?it/s]
Examining conflict for deep-learning-essentials python: 0%| | 0/5 [00:00<?, ?it/s]

Solving environment: ...working...
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/win-64::absl-py==1.3.0=py39haa95532_0
- esri/win-64::addict==2.4.0=py39_1
- defaults/win-64::aiohttp==3.8.3=py39h2bbff1b_0
- defaults/noarch::aiosignal==1.2.0=pyhd3eb1b0_0
- defaults/noarch::alembic==1.6.4=pyhd3eb1b0_0
- esri/win-64::arcgis==2.3.0=py311_6408
- esri/win-64::arcpy==3.3=py311_arcgispro_52583

0 Kudos
Ken_Morefield
New Contributor II