不具合 ID 番号 |
BUG-000118430 |
送信されました | November 28, 2018 |
最終更新日 | December 9, 2024 |
適用対象 | ArcGIS Pro |
見つかったバージョン | 2.2.3 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | In Product Plan
この問題は、開発チームのバックログに追加されました。 このステータスの問題は、近い将来のリリース (次回または次々回のリリース) で対処することを目標とします。 この問題が完全に対処されるまでの間、問題の「参考情報」および「他の解決策」セクションを調べて、役立つ情報があるかご確認ください。
|
対処法
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
再現の手順