For those who work on an offline environment adding new python packages is very hard because of dependencies.
The soultion — have a program/website that simulates the python packages manager without having to install pro. You could download whatever packages you want and know that you could later use them in an offline arcpro environment and they would work
Conda supports this already, open the "Python Command Prompt" from your start menu and use this command:
conda install "\path\to\my\downloaded\package.tar.bz2"
I guess an "install package from path" button would be a nice feature for Pro to supplement this.
I haven't done this with a Pro environment, but I've had success using conda pack to build offline environments.
Perhaps you could clone your Pro environment (offline) and use a YAML file or other to rebuild everything on an online machine. Then install the packages you need, and conda pack back to the offline machine.
It's not pretty, but I'd be very curious to see the results.
You're in luck, this is already in the product plan and being worked on, please see https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExODQzMA==
Just to clarify, this won't be an offline package manager - just a simpler way to get the arcgispro-py3 dependencies in an offline environment. An offline package manager is not in the product plan and it is unlikely it ever will be, as other users have noted there are ways around this.
We are at this time still assessing possible solution(s) for this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.