| 漏洞 ID 编号 |
BUG-000161221 |
| 已提交 | September 6, 2023 |
| 上次修改时间 | October 7, 2024 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.1.3 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
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.
解决办法
Use the "conda install conda-forge::pandera" package from conda-forge.
重现步骤