Open StormArcher opened 5 years ago
I run this code (我运行这个指令) -->conda create -n siammask python=3.6 then i find this problem (发现如下问题)
Solving environment: failed (解决环境:失败)
CondaHTTPError: HTTP 404 NOT FOUND for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/mian/noarch/repodata.json Elapsed: 00:00.046715 (运行)
The remote server could not find the noarch directory for the requested channel with url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/mian (远程服务器无法找到 请求通道url)
As of conda 4.3, a valid channel must contain a noarch/repodata.json and associated noarch/repodata.json.bz2 file, even if noarch/repodata.json is empty. please request that the channel administrator create noarch/repodata.json and associated noarch/repodata.json.bz2 files. (conda 4.3,一个有效通道必须包含 noarch/repodata.json文件,即使它是空的。请请求通道管理员创建noarch/repodata.json并关联noarch/repodata.json.bz2文件) $ mkdir noarch $ echo '{}' > noarch/repodata.json $ bzip2 -k noarch/repodata.json
You will need to adjust your conda configuration to proceed.(您需要调整conda配置才能继续。) Use conda config --show channels to view your configuration's current state.(使用conda config --show channels 来查看配置的当前状态) Further configuration help can be found at https://conda.io/docs/config.html.(进一步的配置帮助可以在https://conda.io/docs/config.html找到。)
国内的 anaconda 源挂掉了
原来是这样啊,让我郁闷好久,是不是用国外源就可以了。 另外今天github也好慢------------------ 原始邮件 ------------------ 发件人: "Lawpdas"notifications@github.com 发送时间: 2019年5月9日(星期四) 晚上7:59 收件人: "foolwood/SiamMask"SiamMask@noreply.github.com; 抄送: "Archerzjc"910997316@qq.com;"Author"author@noreply.github.com; 主题: Re: [foolwood/SiamMask] conda create -n siammask python=3.6 (#39)
国内的 anaconda 源挂掉了
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
国内的 anaconda 源挂掉了
我用的清华的源,用中科院的试试,你现在用的哪个源
I run this code (我运行这个指令) -->conda create -n siammask python=3.6 then i find this problem (发现如下问题)
Solving environment: failed
CondaHTTPError: HTTP 404 NOT FOUND for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/mian/noarch/repodata.json Elapsed: 00:00.046715
The remote server could not find the noarch directory for the requested channel with url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/mian
As of conda 4.3, a valid channel must contain a
noarch/repodata.json
and associatednoarch/repodata.json.bz2
file, even ifnoarch/repodata.json
is empty. please request that the channel administrator createnoarch/repodata.json
and associatednoarch/repodata.json.bz2
files. $ mkdir noarch $ echo '{}' > noarch/repodata.json $ bzip2 -k noarch/repodata.jsonYou will need to adjust your conda configuration to proceed. Use
conda config --show channels
to view your configuration's current state. Further configuration help can be found at https://conda.io/docs/config.html.