Cloning a Python Environment in Pro

136
3
2 weeks ago
MikeVolz
New Contributor III

Hello All GIS Python Users:

I have been trying to clone a python environment on a Windows Server server and I am having with what I thought was a relatively simple procedure.

I did a python clone years ago on a desktop and I recall it taking at most 15 minute (Pro 2.4 I believe).

On the server, it is almost 2 hours in and it has not finished.

Although I do not see it mentioned anywhere, does the python cloning process require access to internet site?  If so, does anyone know what these internet URLs are?

Any help or feedback is greatly appreciated.

0 Kudos
3 Replies
JoseG_Esri
New Contributor II

You can try the command line:
    conda create --clone arcgispro-py3 --name my_env --pinned

    ...more information is here

 

0 Kudos
MikeVolz
New Contributor III

Command line was also done by a co-worker which also resulted in failure.  I think that internet access is a must which is very locked down at my org.

0 Kudos