anaconda安装后打不开,一直在缓冲中卡住了, anaconda-navigator闪退直接没反应,这篇文章搞定

我先第一步

关掉win10的网络代理
Windows设置–>网络和Internet–>代理–>手动设置代理(关闭)

关闭提子

第二步,打开浏览器,重置浏览器

然后就可以打开了

运行下面的布步骤第一步

conda update anaconda-navigator

提示这个

ProxyError: Conda cannot proceed due to an error in your proxy configuration. Check for typos and other configuration errors in any '.netrc' file in your home directory, any environment variables ending in '_PROXY', and any other system-wide proxy configuration settings.

扫描二维码关注公众号,回复: 14736307 查看本文章

1.使用管理员权限运行 Anaconda Prompt


2.升级navigator,执行

conda update anaconda-navigator

3.重置navigator,执行

anaconda-navigator --reset

执行此步时,如果报错关于pyqt的问题,则先卸载pyqt5,而后重置navigator,即执行如下代码

 
 
  1. pip uninstall pyqt5

没有报错直接运行reset这行代码

  1. anaconda-navigator --reset

4.升级客户端,执行

conda update anaconda-client

5.升级安装依赖包,执行

conda update -f anaconda-client

conda update -f anaconda-client

都弄了还是打不开,直接Anaconda Prompt输入

anaconda-navigator

结果打开了

那么就应该是快捷方式里得某个东西设置跟实际的程序不对头

打开后在里面搜索模块anaconda-navigator直接升级还是不行,应该是这个快捷方式有问题

照着一二三四五步骤重新来了一遍,成功了。

猜你喜欢

转载自blog.csdn.net/weixin_55008315/article/details/126924249