Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep learning libraries for ArcGIS Pro 3.3 #82

Closed
Ricardocamachoc opened this issue May 8, 2024 · 7 comments
Closed

Deep learning libraries for ArcGIS Pro 3.3 #82

Ricardocamachoc opened this issue May 8, 2024 · 7 comments

Comments

@Ricardocamachoc
Copy link

Hi!
I had to uninstall ArcGIS Pro and deep learning libraries, but now I only have the new 3.3 installer and cannot install the 3.2 deep learning libraries (for obvious reasons...).
I'm wondering when will they be released.
Thanks!

@cleebp
Copy link
Collaborator

cleebp commented May 8, 2024

Hi @Ricardocamachoc unfortunately the deep learning installers are not ready for pro 3.3 / enterprise 11.3 yet, these may be delayed another week while the files are being finalized.

If you need deep learning now the easiest solution is to downgrade back to pro 3.2 and install the pro 3.2 deep learning installer until the pro 3.3 installer is released.

You can also follow the developer steps if you are comfortable using the python command prompt to install the pro 3.3 deep learning files into a clone and use that with pro 3.3 until the installers are released:

  1. Open the Python Command Prompt window.
    • You can search for this command prompt in the Start menu on Windows, or you can launch it from the product's install folder.
    • If running an enterprise product search for the Python Command Prompt 3
  2. Clone the default Python environment with this command: (don't forget the --pinned!)

    conda create -n your-clone-name --clone arcgispro-py3 --pinned
    e.g: conda create -n pro33-dl --clone arcgispro-py3 --pinned

  3. When the Python environment has been cloned, activate the cloned environment:

    activate your-clone-name

    • When the cloned enviornment is activated, the new environment name appears at the beginning of the path:

    (your-clone-name) C:\Program Files\ArcGIS\Pro\bin\Python\envs>

  4. Install the deep learning essentials libraries into your cloned environment with:

    conda install deep-learning-essentials

    • When prompted to proceed, review the information, type y, and press Enter
    • If the packages install successfully your cloned enviornment is now setup to run deep learning workflows
  5. Type the following command to swap your product's default enviornment to your new cloned environment:

    proswap your-clone-name

    • When you next launch your product it will launch with your-clone-name as the active Python Environment and you should now be able to use deep learning tools in Pro 3.3.

@scw scw pinned this issue May 8, 2024
@pjduplooy2022
Copy link

Hi, I have done this procedure, but for some reason when I look at the installed libraries in PRO (in the cloned environment) the version for the deep-learning-essentials lib is still 3.2.

I have the 3.2 package installer uninstalled, as there is no mention of it in the original arcgispro-py3 env.

Is this to be expected?

@krewdge
Copy link

krewdge commented May 14, 2024

Hello!

Is there an update on when the Deep learning libraries for ArcGIS Pro 3.3 will be out? Should it be this week or later?

@rolanddu
Copy link

rolanddu commented May 27, 2024

I really wish I hadn't installed ArcGIS 3.3. I wish the 3.3 install warned me that that Deep Learning tools weren't ready for 3.3 yet. My employer (Cylance) blocks me from installing all of the components using the clone environment approach. I look forward to the 3.3 install files to become available. Please let me know how I might help with testing or contributing to the 3.3 install for Windows. I don't see the development here on GitHub. Also, the error code for the deep learning models is 99999 when these libraries aren't installed.

@scw
Copy link
Collaborator

scw commented May 29, 2024

Installers for Pro 3.3 will be made available this week and are currently going through their internal QA before we post them. Thanks!

@ingallandy
Copy link

Any news on the installers for Pro 3.3, the week of the 27th May is almost over...lol

@scw
Copy link
Collaborator

scw commented May 31, 2024

@ingallandy Pro 3.3 setups are now live. Let us know if you run into anything!

@scw scw closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants