首页 > 其他 > 详细

anaconda安装后spyder打不开的解决方法

时间:2020-08-17 14:06:31      阅读:297      评论:0      收藏:0      [点我收藏+]

第一步:
在终端输入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

anaconda安装后spyder打不开的解决方法

原文:https://www.cnblogs.com/wby-110/p/13516863.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!