Numéro d’ID de bogue |
BUG-000118430 |
Envoi | November 28, 2018 |
Dernière modification | December 9, 2024 |
S’applique à | ArcGIS Pro |
Version trouvée | 2.2.3 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | In Product Plan
Le problème a été ajouté à la file d’attente de l’équipe de développement. L’objectif est de résoudre les problèmes portant ce statut dans une version à court terme (la prochaine version ou la suivante). En attendant la résolution complète du problème, retrouvez des informations utiles dans la section Informations supplémentaires ou Solution alternative correspondante.
|
Solution de contournement
Create the desired Python environment on a different machine that is connected to the internet. Zip this environment up and physically move it to the disconnected computer. Place the unzipped Python environment in one of the two recognized locations for Python environments (ex: C:\Users\[user]\AppData\Local\ESRI\conda\envs\) and ArcGIS Pro picks it up.
Another way around this issue is essentially cloning the base arcgispro-py3 environment:
- Navigate to where the default Python project environment is located, it is listed in the Python Package Manager but is generally located at C:\Program Files\ArcGIS\Pro\bin\Python\envs
- Right click and copy the environment folder for arcgispro-py3.
- Paste this folder in the current location (administrator privileges required) or the other recognized environment folder located at C:\Users\<user>\AppData\Local\ESRI\conda\envs
- Change the name of this folder to the desired environment name.
- ArcGIS Pro picks this up as a Python environment.
Force installation from local files
https://support.esri.com/en-us/knowledge-base/how-to-clone-a-python-environment-offline-by-forcing-in-000030572
Étapes pour reproduire