网络编程
位置:首页>> 网络编程>> Python编程>> anaconda navigator打不开问题的解决方法

anaconda navigator打不开问题的解决方法

作者:骑黑马越狱的旧时光  发布时间:2023-09-12 08:48:20 

标签:anaconda,navigator,打不开

1.找到路径C:\Users\Administrator下的.condarc,用记事本方式打开,将如下内容插入文件:

channels:
 - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
 - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
ssl_verify: true
show_channel_urls: true

保存关闭

2.打开cmd,依次输入以下代码:

conda update conda
conda update anaconda-navigator
anconda-navigator --reset
conda update anaconda-client
conda update -f anaconda-client

3.在cmd中输入anaconda-navigator,运行出现There ia an instance of Anaconda Navigator already running.

anaconda navigator打不开问题的解决方法

 在cmd中输入:tasklist | findstr “pythonw”

anaconda navigator打不开问题的解决方法

接着输入:taskkill /pid 12044 /f 或者 tskill 12044

                  taskkill /pid 10368 /f 或者 tskill 10368

杀死进程

anaconda navigator打不开问题的解决方法

最后在cmd中输入anaconda-navigator即可运行。

anaconda navigator打不开问题的解决方法

来源:https://blog.csdn.net/qq_52540346/article/details/126157530

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com