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.
ishah@dbdv-ishah MINGW64 ~/Anaconda3/Study/dsc-1-01-05-setting-up-environment (master) $ pwd /c/Users/ishah/Anaconda3/Study/dsc-1-01-05-setting-up-environment
ishah@dbdv-ishah MINGW64 ~/Anaconda3/Study/dsc-1-01-05-setting-up-environment (master) $ conda env create -f windows.yml Solving environment: ...working... failed
CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/admin/noarch/repodata.json Elapsed: 00:00.101403 CF-RAY: 484939fcf87092ca-SJC
The remote server could not find the noarch directory for the requested channel with url: https://conda.anaconda.org/admin
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.