问题 | CondaHTTPError: HTTP 404 NOT FOUND for url
博主github:https://github.com/MichaelBeechan
博主CSDN:https://blog.csdn.net/u011344545
(base) C:\Users\Administrator>conda install pytorch-cpu torchvision-cpu -c pytorch
Solving environment: failed
CondaHTTPError: HTTP 404 NOT FOUND for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch/repodata.json
Elapsed: 00:00.395932
The remote server could not find the noarch directory for the
requested channel with url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
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.
$ mkdir noarch
$ echo ‘{}’ > noarch/repodata.json
$ bzip2 -k noarch/repodata.json
You 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.
怎么解決????
Help !!!!
總結(jié)
以上是生活随笔為你收集整理的问题 | CondaHTTPError: HTTP 404 NOT FOUND for url的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机视觉与深度学习 | 复杂环境下的视
- 下一篇: C语言 | 卡尔曼滤波算法2——算法分析