conda create -n siammask python=3.6
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 804
- PR merge metrics
- No merged PRs in 30d
Description
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
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
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 .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.