当前位置:网站首页>Anaconda3 cannot open navigator solution
Anaconda3 cannot open navigator solution
2022-07-28 07:11:00 【angleoldhen】
python The configuration environment is really terrible . Recently installed anaconda3,pycharm after , Change source , After upgrading various templates , All of a sudden anaconda Unable to open navigator The situation of . Try reinstalling 、 Uninstall the installation , Delete the registry all about python and anaconda Related items , Full search including anaconda And delete , None of them can solve the problem , Are prompted in the form of web pages :
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
Continue to trace back the files that have been moved during your installation , In the user directory pip.ini and .condarc. An accidental attempt to .condarc Delete and then open the file navigator incredibly OK 了 ...
边栏推荐
- Esxi community nvme driver update v1.1
- Icc2 analysis timing artifact analyze_ design_ violations
- Bert的实现方法
- DHCP service
- MySQL queries all descendant nodes under the parent node. When querying the user list, it is processed by multi-level (company) departments. According to reflection, it recurses the tree structure too
- joern运行后.joernindex数据库无内容
- Blue Bridge Cup square filling number
- easypoi导出隔行样式设置
- Freemaker merges cells, uses if and else tags, and processes null and empty strings
- easypoi导出表格带echars图表
猜你喜欢
随机推荐
Svg understanding and drawing application
Neo4j运行报错Error occurred during initialization of VM Incompatible minimum and maximum heap sizes spec
anaconda3无法打开navigator的解决办法
C language address book system
Bond mode configuration
Joern's code uses -devign
MySQL查询父节点下面的所有子孙节点,查询用户列表时多级(公司)部门处理,根据反射,递归树形结构工具类
easypoi导出隔行样式设置
NAT-网络地址转换
Shell script - "three swordsmen" awk command
shell---循环语句练习
MOOC Weng Kai C language week 5: 1. cycle control 2. multiple cycles 3. cycle application
VLAN configuration
爬虫学习总结
Es6--- > arrow function, class, modularization
Results fill in the blanks carelessly (violent solution)
DOM - Events
My deployment notes
Uniapp monitor whether the app has a network connection
VSphere esxi 7.0 update 3 release notes









