我是靠谱客的博主 健康白昼,这篇文章主要介绍spyder突然打不开,prompt输入`start spyder`显示python停止工作,或UserWarning: Parent poll failed. If the frontend...,现在分享给大家,希望可以做个参考。
最近,spyder突然打不开,prompt输入start spyder
显示python停止工作了。“嗯???anaconda不需要单独下载python.exe才对,不是自带吗,怎么会…报这个错误???”
终于,尝试多次,今天把spyder打开了,却出现了个提示:
复制代码
1
2
3
4
5
6
7IPython 6.5.0 -- An enhanced Interactive Python. C:ProgramDataAnaconda3libsite-packagesipykernelparentpoller.py:116: UserWarning: Parent poll failed. If the frontend dies, the kernel may be left running. Please let us know about your system (bitness, Python, etc.) at ipython-dev@scipy.org ipython-dev@scipy.org""")
解决办法就是:
卸载旧的ipykernel(版本4.10.0),安装新的ipykernel,因为我这个是根据清华大学镜像安装的(python3.7版本),
pip uninstall ipykernel
(根据提示卸载( Proceed(y/n)? 输入:y))pip install ipykernel
最后
以上就是健康白昼最近收集整理的关于spyder突然打不开,prompt输入`start spyder`显示python停止工作,或UserWarning: Parent poll failed. If the frontend...的全部内容,更多相关spyder突然打不开,prompt输入`start内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复