1.系统环境:win10系统,python3.6

2.今天忽然发现anaconda nvigator启动不了

3.解决步骤如下:

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

2.升级navigator,执行conda update anaconda-navigator 

anaconda无法启动的问题

出现提示选择y 继续

3.出现done,表示升级完成,重置navigator,执行anaconda-navigator --reset 

anaconda无法启动的问题

4.升级客户端,执行conda update anaconda-client 

如果到此步出现问题,可以退出,重启 Anaconda Prompt 后依次执行

conda install anaconda

conda update --all

验证有效。

 

相关文章:

  • 2021-11-29
  • 2021-12-20
  • 2021-05-06
  • 2021-10-07
  • 2021-10-09
  • 2021-06-17
  • 2021-08-07
  • 2021-09-19
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2021-07-07
  • 2021-04-01
  • 2021-11-27
  • 2022-01-18
相关资源
相似解决方案