HOW TO
Users are sometimes unable to clone Python environments because of cloning restrictions, antivirus software, or IT protocols blocking requests made to the Anaconda website when downloading and installing the packages. This article describes the workflow to clone a Python environment offline using the environment files transferred or downloaded from other sources, for example, other machines.
conda create --clone arcgispro-py3 --name new_env_name --offline --channel file://"path_to_dwd_packages"
The image below shows the newly cloned Python environment named 'offlinetest' available in ArcGIS Pro.
Article ID: 000030572
Get help from ArcGIS experts
Download the Esri Support App