wby-110

第一步:
在终端输入spyder return,若有错误提示,且为ValueError: PyCapsule_GetPointer called with incorrect name,则执行pip uninstall pyqt5,再执行pip install PyQt5==5.11.3 -i https://pypi.tuna.tsinghua.edu.cn/simple/,我的成功打开。若无错误提示,看第二步。

第二步:
再在cmd终端输入spyder --reset,若有错误,查看错误提示,若无,重启看是否能够打开。
spyder --reset参考教程:[https://blog.csdn.net/u014114990/article/details/49914395]
提示框的官方文件:https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ

分类:

技术点:

相关文章:

  • 2021-08-02
  • 2021-09-19
  • 2021-12-15
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2021-10-23
  • 2021-08-31
  • 2021-05-03
  • 2021-09-23
相关资源
相似解决方案