conda env create --quiet -f environment.yaml
Collecting package metadata (repodata.json): ...working... failed
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: daler
channel url: http://mirrors.tuna.tsinghua.edu.cn/anaconda/daler
error code: 404
You will need to adjust your conda configuration to proceed.
Use conda config --show channels to view your configuration's current state,
and use conda config --show-sources to view config file locations.
I typed conda config --remove-key channels to clear all channels but it still go wrong.T-T
conda env create --quiet -f environment.yaml
Collecting package metadata (repodata.json): ...working... failed
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: daler
channel url: http://mirrors.tuna.tsinghua.edu.cn/anaconda/daler
error code: 404
You will need to adjust your conda configuration to proceed.
Use
conda config --show channelsto view your configuration's current state,and use
conda config --show-sourcesto view config file locations.I typed conda config --remove-key channels to clear all channels but it still go wrong.T-T