我按conda install -c spyder-ide spyder-unittest做https://github.com/spyder-ide/spyder-unittest,但我一直
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...我做错什么了?抱歉,看起来很简单,但我刚刚开始使用Anaconda和Spyder。
发布于 2022-01-20 07:46:24
根据上面的评论,Spyder目前与Spyder 5不兼容.解决方案:conda uninstall spyder和conda install spyder=4.2.5。仅仅降低conda install spyder=4.2.5的评级是行不通的。在那之后,conda install -c spyder-ide spyder-unittest很快就变得很有魅力了,并且在IDE中显示了预期的按钮。
https://stackoverflow.com/questions/70734383
复制相似问题