Bug ID Number |
BUG-000117642 |
Submitted | October 23, 2018 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS API for Python |
Version found | 1.5 |
Operating System | Windows OS |
Operating System Version | 2016 64 Bit |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue is non-reproducible in version 2.1.0.3 of ArcGIS API for Python.
Workaround
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.
Steps to Reproduce