anaconda安装后打不开,一直在缓冲中卡住了, 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.
有的朋友可以直接这样就能打开了:
1.关掉win10的网络代理
Windows设置–>网络和Internet–>代理–>手动设置代理(关闭)
关闭提子
2.打开浏览器,重置浏览器
然后就可以打开了
还是不行的请看下面步骤
1.使用管理员权限运行 Anaconda Prompt
2.升级navigator,执行
conda update anaconda-navigator
3.重置navigator,执行
anaconda-navigator --reset
执行此步时,如果报错关于pyqt的问题,则先卸载pyqt5,即执行如下代码
pip uninstall pyqt5
没有报错直接运行reset这行代码
anaconda-navigator --reset
4.升级客户端,执行
conda update anaconda-client
5.升级安装依赖包,执行
conda update -f anaconda-client
conda update -f anaconda-client
都弄了还是打不开看下面步骤
重新打开anaconda prompt
在Anaconda Prompt输入
anaconda-navigator
结果能打开
那么就应该是快捷方式里得某个东西设置跟实际的程序不对头
打开后在里面搜索模块anaconda-navigator直接升级还是不行,应该是这个快捷方式有问题
照着一二三四五步骤重新来了一遍,成功了。
还有问题请在评论区留言
打开anaconda安装目录,找到python,设置以管理员运行,然后也可以打开试试
更多推荐
所有评论(0)