Deep Learning Framework for 2.7?

928
2
12-23-2020 10:08 AM
AndrewLaws1
New Contributor

Hello, I received a new computer with Windows and Pro v2.6 and I updated it to v2.7. I then downloaded the executable file for the Deep Learning Framework and it won't install due to not having Pro v2.6. Does anyone know when the Deep Learning Framework will be available for v2.7? Thank you!

2 Replies
DanPatterson
MVP Esteemed Contributor

No guarantee, but

Files :: Anaconda Cloud

it is doubly marked as main/pre-release, so they may or may not be done with it all

PS

make sure you read

DeepLearning_FAQ.pdf (esri.com)

to verify package versions


... sort of retired...
PeterKnoop
MVP Regular Contributor

Until it is updated, my workaround has been to:

  1. Make a clone the default Python environment in 2.7.
  2. Set that new environment as the active one.
  3. Fire up the Python Command Prompt, and manually install into that environment:
    conda install deep-learning-essentials -c esri