| Bug ID Number |
BUG-000158472 |
| Submitted | May 22, 2023 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS API for Python |
| Version found | 2.1.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
Environments have multiple packages that can interfere with the ArcGIS API for Python requirements. It is the user's responsibility to ensure all Python packages work with one another. It is suggested to install the ArcGIS API for Python first, then add in the other packages needed.
Please read https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html to assist with managing conda environments.
Workaround
Use pip to install the arcgis package, utilizing the 'pip install arcgis' command in the environment. The package is installed in the GDS environment successfully.
Steps to Reproduce