Spyder fails to work when installed using ArcGIS Pro environment.
上次发布: October 1, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000152516
已提交
September 22, 2022
上次修改时间
October 7, 2024
适用范围
ArcGIS Pro
找到的版本
2.9.4
操作系统
N/A
操作系统版本
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The conda solver is not able to correctly pick the latest spyder release for ArcGIS Pro 2.9 environment. By default, it tries to install the two year old Spyder 3.3.6 release. To address this and install a newer Spyder, you can manually specify a version in the installation command, such as `conda install spyder=5` or `conda install spyder=4`. Alternatively, create an environment with Spyder and ArcPy by creating one from scratch with `conda create --name pro-spyder python=3.7 arcpy=2.9 spyder`. Using the provided commands, both ArcPy and a recent Spyder installation (5.1.5) are able to be used without issue. Because the problem is present in the conda solver, there are no direct development tasks possible, but ensures that Spyder installs in future ArcGIS Pro releases at the time of release.