解决cupy-cuda安装下载报错以及速度太慢的问题
目录
- cupy-cuda下载报错、加速下载
- 错误原因
- 总结
cupy-cuda下载报错、加速下载
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updatewww.devze.comd the package versions, please update the h编程客栈ashes. Otherwise, examine the package contents 编程客栈carefully; someone may have tampered with them.
错误原因
网络问题
提供一种加速下载的办法——添加清华镜像
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple cupyjavascript-cuda80
或者
pip install -iphp https://pypi.tuna.tsinghua.edu.cn/simple cupy-cuda90
等等。
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程客栈(www.devze.com)。
精彩评论