当前位置:网站首页>anaconda3无法打开navigator的解决办法
anaconda3无法打开navigator的解决办法
2022-07-28 05:29:00 【angleoldhen】
python配置环境真的是够呛。最近在安装anaconda3,pycharm后,更改源,升级各种模板后,突然出现anaconda无法打开navigator的情况。尝试着重新安装、卸载安装,删除注册表所有有关python和anaconda有关的项,全盘搜索含anaconda的目录文件并删除,均无法解决问题,均以网页形式提示:
Traceback (most recent call last):
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py", line 75, in exception_handler
return_value = func(*args, **kwargs)
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 150, in start_app
window = run_app(splash)
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 65, in run_app
window = MainWindow(splash=splash, tab_project=False)
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 168, in __init__
self.api = AnacondaAPI()
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 2294, in AnacondaAPI
ANACONDA_API = _AnacondaAPI()
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 91, in __init__
self._conda_api = CondaAPI()
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 1767, in CondaAPI
CONDA_API = _CondaAPI()
File "d:\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 353, in __init__
self.sys_rc_path = join(self.ROOT_PREFIX, '.condarc')
File "d:\Anaconda3\lib\ntpath.py", line 76, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
继续回溯自己安装过程中曾经动过的文件,用户目录里的pip.ini和.condarc。一个偶然的尝试把.condarc文件删除再打开navigator居然OK了。。。
边栏推荐
- About gcc:multiple definition of
- MOOC翁恺C语言 第四周:进一步的判断与循环:3.多路分支4.循环的例子5.判断和循环常见的错误
- [learning notes] drive
- Esxi community network card driver updated in March 2022
- Wechat applet custom compilation mode
- JS string method Encyclopedia
- Canvas drawing 1
- Technology sharing | how to do Assertion Verification in interface automated testing?
- [learning records of erudite Valley] Super summary, attentive sharing | collection
- Result fill in the blank (dfs*c language)
猜你喜欢

RAID disk array

Wechat applet custom compilation mode

Svg understanding and drawing application

Monotonic queue, Luogu p1886 sliding window

shell脚本——“三剑客”之awk命令

MOOC翁恺C语言 第四周:进一步的判断与循环:3.多路分支4.循环的例子5.判断和循环常见的错误

修复故障扇区

Esxi community network card driver

DHCP principle and configuration

PXE unattended installation management
随机推荐
爬虫学习总结
Test interview questions collection (II) | test tools (with answers)
一、PXE概述和安装
SSH service configuration
[learning notes] VIM editor
SSH服务配置
How to describe a bug and the definition and life cycle of bug level
Si Han talks about the professional development of testers
OSI seven layer model
Animation animation realizes the crossing (click) pause
Principle and configuration of NAT and pat
Uni app double click event simulation
MOOC Weng Kai C language week 6: arrays and functions: 1. Arrays 2. Definition and use of functions 3. Parameters and variables of functions 4. Two dimensional arrays
MOOC翁恺 C语言 第三周:判断与循环:2.循环
MOOC翁恺 C语言 第三周:判断与循环:1.判断
What is a linear table?
Upload and download files from Ubuntu server
JS data type detection and modification detection
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
DOM operation cases