Número de ID do Erro |
BUG-000118430 |
Enviado | November 28, 2018 |
Última Modificação | December 9, 2024 |
Aplica-se à | ArcGIS Pro |
Versão encontrada | 2.2.3 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 10.0 64 Bit |
Status | In Product Plan
O problema foi adicionado ao acúmulo da equipe de desenvolvimento. O objetivo para problemas com esse status é resolvê-los em uma versão de curto prazo (próxima versão ou duas). Verifique a seção Informações Adicionais ou Solução Alternativa do problema para verificar se há informações úteis até que ele possa ser totalmente resolvido.
|
Solução Provisória
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
Etapas para Reproduzir