anaconda 没有打开它只是加载
我正在尝试打开 anaconda,但它只显示徽标一段时间,然后就关闭了。我还更新了 conda 、anaconda-navigator 、navigator-updater 并且我还通过 anaconda 提示符重置了它,但它对我不起作用。 当我在命令提示符中输入 anaconda-navigator 时,它显示错误,状态代码为 522,如下所示。
C:\Users\用户>anaconda-navigator 2022-02-24 11:50:41,848 - 错误广告._log_errors:23 尝试从 https://optimise2.assets-servd.host/voracious-blesbok/product/api/navigator/Navigator-Commercialv 6.png?w=315&auto=compress%2Cformat&fit=crop&dm=1643727003&s=77c3c1e618c897e6f1b9081f29103c53。未获取数据,状态为 522
i am trying to open anaconda but it's only showing logo for some time then it closes. I Also update conda ,anaconda-navigator ,navigator-updater and i also reset it through anaconda prompt but it's not working for me.
when i type anaconda-navigator in command prompt then it showing error with status code 522 as you shown it below .
C:\Users\user>anaconda-navigator
2022-02-24 11:50:41,848 - ERROR ads._log_errors:23
Tried to load advertisement image from https://optimise2.assets-servd.host/voracious-blesbok/production/api/navigator/Navigator-Commercialv6.png?w=315&auto=compress%2Cformat&fit=crop&dm=1643727003&s=77c3c1e618c897e6f1b9081f29103c53. Data is not fetched with status 522
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也有完全相同的问题。我删除了 anaconda (python 3.7) 并重新安装了 Anaconda 3.9。昨天很好并且合作过。突然它停止工作,我发现我只能通过“以管理员身份运行”来启动它。我想从 anaconda 提示符启动它,但我得到了和你一样的错误。
I have also exactly the same problem. I removed anaconda (python 3.7) and reinstalled the Anaconda 3.9. It was good yesterday and worked with. Suddenly it stopped working and I figured out that I can only launch it by "run as administrator". I wanted to launch it from the anaconda prompt but I got the same error as you.
我遇到了同样的问题,并通过将文件 launch.py 中的字符集从 utf-8 更改为 gbk 来修复它
I had the same problem and fixed it by change charset from utf-8 to gbk in file launch.py
我无意中发现了一个解决方法。我使用 VPN 客户端(pia vpn)。通常,当我编程时,此功能被禁用。但我发现,如果我激活了 VPN 并调用 anaconda-navigator,它会在合理的时间内启动。错误仍然出现,但看起来某个地方的超时已经大大缩短了。
I accidentally found a workaround. I use a vpn client (pia vpn). Normally this is disabled when I'm programming. But I found that if I have activated vpn and call anaconda-navigator, it starts in a reasonable time. The error still appears but it looks like a timeout somewhere has been greatly shortened.