Bug ID Number |
BUG-000170184 |
Submitted | August 21, 2024 |
Last Modified | October 7, 2024 |
Applies to | ArcGIS Pro |
Version found | 3.3.1 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
Installing a conda package using the -c flag overrides the Esri channel, setting conda-forge as the highest priority channel. Doing so will update any dependencies from Esri packages to packages in the conda-forge channel, which may not always be compatible with Esri products. Packages may be requested to be added to the Esri channel through an enhancement, or install a package without updating its dependencies with:
conda install conda-forge::numpy-financial --no-deps
Workaround
Conda install conda-forge::numpy-financial --no-deps.
Steps to Reproduce