anaconda3安装,为什么pytorch安装失败

anaconda3安装成功后输入” conda create -n pytorch python=3.6 “就开始报错了

(base) C:\Users\DELL>conda create -n pytorch python=3.6
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: failed

UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: pypi/simple
channel url: http://mirrors.aliyun.com/pypi/simple http://mirrors.aliyun.com/pypi/simple
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.

img

哪位能帮助在下一下

使用语句 “pip install -i https://mirrors.aliyun.com/pypi/simple/ https://mirrors.aliyun.com/pypi/simple/ 包名”,参考 https://blog.csdn.net/lusing/article/details/104437843 https://blog.csdn.net/lusing/article/details/104437843

http://mirrors.aliyun.com/pypi/simple http://mirrors.aliyun.com/pypi/simple 这个地址访问不了