不知道因为什么,现在anaconda配置pytorch,创建虚拟环境后在torch官网下载指令后,一直显示错误。
conda安装显示错误是
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
pip安装显示错误是
ERROR: Could not find a version that satisfies the requirement torch==2.1.1 (from versions: none)
ERROR: No matching distribution found for torch==2.1.1
请问一下大家这个该怎么处理呀