cupy-cuda下载报错、加速下载
error: these packages do not match the hashes from the requirements file. if you have updated the package versions, please update the hashes. otherwise, examine the package contents carefully; someone may have tampered with them.
错误原因
网络问题
提供一种加速下载的办法——添加清华镜像
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cupy-cuda80
或者
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cupy-cuda90
等等。
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持代码网。
发表评论