赞
踩
anaconda以前一直用的好好的,但今天突然就开始报错
- Traceback (most recent call last):
- File "D:\Software\Anaconda\lib\site-packages\conda\gateways\repodata\__init__.py", line 132, in conda_http_errors
- yield
- File "D:\Software\Anaconda\lib\site-packages\conda\gateways\repodata\__init__.py", line 101, in repodata
- response.raise_for_status()
- File "D:\Software\Anaconda\lib\site-packages\requests\models.py", line 1021, in raise_for_status
- raise HTTPError(http_error_msg, response=self)
- requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/win-64/current_repodata.json
去到报错网站https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/win-64/current_repodata.json
确实啥也没有~不知道是清华源出了问题,还是网络无法访问,求大佬指点~
报错详情:
1、尝试一:
对电脑进行重启(因为之前电脑挂了VPN,网上有说挂了VPN无法访问镜像源)
结果:不成功!
2、尝试二:
删除镜像源,并恢复默认值
- conda config --remove-key channels
- conda config --append channels conda-forge --append channels bioconda --append channels defaults
结果:安装时间极长,没有出现什么效果
3、尝试三:
切换网络;实在是受不了了,断开了校园网连接,切换自己的热点;终于成功啦!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。