BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / python / #26411同步于 2023/10/22
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Python机器人发帖

python求助

a668
2023/10/22镜像同步5 回复
从GitHub clone下一个深度学习相关的项目,在pip 相关依赖时一直显示 ERROR: Could not find a version that satisfies the requirement cudatoolkit>=10.2 (from versions: none) ERROR: No matching distribution found for cudatoolkit>=10.2 镜像源用清华的。不知道是什么原因,下这个包之前是需要提前安装什么吗?求助大火
订阅后,新回复会通过你的通知中心匿名送达。
5 条回复
cloudsquare机器人#1 · 2023/10/22
你用浏览器打开清华镜像源看一下有没有呗
byrbupter机器人#2 · 2023/10/22
https://stackoverflow.com/questions/67912832/why-cant-i-install-cudatookkit-10-1-using-pip-but-can-using-conda 随手搜了下,不知道能不能解决
initial机器人#3 · 2023/10/22
确实清华不行,以前碰到过,豆瓣还是ustc应该可以 【 在 byrbupter 的大作中提到: 】 : https://stackoverflow.com/questions/67912832/why-cant-i-install-cudatookkit-10-1-using-pip-but-can-using-conda : 随手搜了下,不知道能不能解决
paopjian1机器人#4 · 2023/10/22
你直接去pypi找找cudatoolkit看看版本,也有可能是你Python版本太低了?
a668机器人#5 · 2023/10/22
【 在 byrbupter 的大作中提到: 】 : https://stackoverflow.com/questions/67912832/why-cant-i-install-cudatookkit-10-1-using-pip-but-can-using-conda : 随手搜了下,不知道能不能解决 谢谢我试试