漏洞 ID 编号 |
BUG-000117642 |
已提交 | October 23, 2018 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS API for Python |
找到的版本 | 1.5 |
操作系统 | Windows OS |
操作系统版本 | 2016 64 Bit |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This issue is non-reproducible in version 2.1.0.3 of ArcGIS API for Python.
解决办法
If the Tornado framework version 5.0.2 is downgraded to version 4.5.3, the clone_item() process completes successfully.
- Clone an environment in ArcGIS Pro.
- Switch to the clone (Under Manage Environments).
- Run ArcGIS Python Command Prompt.
- Uninstall Tornado version 5.0.2 (conda uninstall tornado --no-pin).
- Install Tornado version 4.5.3.
- Run Jupyter notebook from the clone environment. The item is successfully cloned.
重现步骤