Bug-ID-Nummer |
BUG-000117642 |
Eingereicht | October 23, 2018 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS API for Python |
Gefunden in Version | 1.5 |
Betriebssystem | Windows OS |
Betriebssystemversion | 2016 64 Bit |
Status | Non-Reproducible
Dieses Problem konnte bei Tests durch das Entwicklungsteam nicht reproduziert werden. Problemen wird u. U. dieser Status zugewiesen, wenn sie nicht reproduziert werden können oder in einer Entwicklungsversion der Software nicht mehr relevant sind. Es wurde jedoch kein Fix zur Problembehebung installiert. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Schritte zur Reproduzierung