anaconda打开闪退的解决过程

这篇文章主要给大家介绍了关于anaconda打开闪退的解决过程,文中通过实例代码介绍的非常详细,对大家学习或者使用anaconda具有一定的参考学习价值,需要的朋友可以参考下

anaconda打开闪退:(过程中可能需要输入y确认)文章源自设计学徒自学网-http://www.sx1c.com/35781.html

1.管理员权限运行anaconda prompt文章源自设计学徒自学网-http://www.sx1c.com/35781.html

2.升级conda:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda update anaconda-navigator

3.重置navigator:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

anaconda-navigator --reset

4.升级客户端:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda update anaconda-client

5.升级安装依赖包:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda update -f anaconda-client

6.再尝试打开anaconda文章源自设计学徒自学网-http://www.sx1c.com/35781.html

7.如果上方出现更新较慢,可以添加镜像源,加快速度:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

8.查看是否添加上源了:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda config --show(看channels属性下是否有上方添加的两个镜像了)

9.如果镜像失效,删除镜像:文章源自设计学徒自学网-http://www.sx1c.com/35781.html

conda config --remove channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

补充:anaconda打开出现黑框随后闪退

在cmd中输入Anaconda-Navigator发现报错

qtpy.PythonQtError: No Qt bindings could be found

随后寻找到如下安装方案:

1.保证你电脑上有原装的python,就是从官网下的那个原版python

Run “pip install pyqt5-tools” from cmd.
2.在命令行窗口(cmd)输入pip install pyqt5-tools

You should have a message on screen post-installation - “Successfully installed click-7.0 pyqt5-5.13.0 pyqt5-tools-5.13.0.1.5 python-dotenv-0.10.3” 3.如果安装成功,会提示"Successfully installed click-7.0 pyqt5-5.13.0 pyqt5-tools-5.13.0.1.5 python-dotenv-0.10.3"的字样,反正只要没报错就行。

继续阅读
我的微信
微信扫一扫
weinxin
我的微信
惠生活福利社
微信扫一扫
weinxin
我的公众号
 
推荐应用
设计学徒自学网
  • 本文由 设计学徒自学网 发表于 2023年11月15日10:16:25
  • 转载请务必保留本文链接:http://www.sx1c.com/35781.html
    本站展示的所有图文软件均来自于互联网,仅用于软件学习研究分享传递,请勿商用,本站如有侵权请联系客服删除。
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

拖动滑块以完成验证