| Bug ID Number |
BUG-000161221 |
| Submitted | September 6, 2023 |
| Last Modified | October 7, 2024 |
| Applies to | ArcGIS Pro |
| Version found | 3.1.3 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
If there are specific packages needed from conda-forge, it typically is safe to add them, as long as they do not modify the core packages that have Activity-based intelligence (ABI) issues, such as NumPy. The provided example below works:
"conda install conda-forge::pandera"
When specified with the "::" syntax, it indicates that conda should install just this package from the specified channel rather than changing the channel to make conda-forge the priority. This results in the installation of pandera without affecting NumPy.
Workaround
Use the "conda install conda-forge::pandera" package from conda-forge.
Steps to Reproduce