在anaconda 安装pytorch的时候报错:
PackagesNotFoundError: The following packages are not available from current channels:
原因是因为我将安装源设置为清华镜像,而在2019年4月份anaconda的清华镜像不能用了:
所以我们需要手动下载whl文件:可以从下面的文章中直接下载,也可以去pytorch官网下载。
https://blog.csdn.net/qq_27009517/article/details/81484662
下载完成后,在conda里执行:
pip install
- 1
- 2
前往页