ERROR: Could notfind a version that satisfies the requirement

ERROR: Could notfind a version that satisfies the requirement pytorch==1.12.1 (from versions:0.1.2, 1.0.2)

ERROR: No matchingdistribution found for pytorch==1.12.1

最开始就是通过pytorch的conda命令安装

ERROR: Could notfind a version that satisfies the requirement_第1张图片

但是报错,也不知道为什么(有大佬知道可以告诉我),没有管这个报错,但是也安装完成了

但是调用测试,发现没有gpu安装,报错为false,非常疑惑,本来就是官网的命令,怎么会报错,后来在某篇博客里发现是因为自己为了用清华源,加快下载速度,删除了命令行的-c pytorch 导致下载的是cpu的版本,至于原因原谅我也不知

后来解决是使用的官网的pip命令行

ERROR: Could notfind a version that satisfies the requirement_第2张图片

本来以为速度会很慢,其实看来相比解决bug花的时间也不算慢

ERROR: Could notfind a version that satisfies the requirement_第3张图片

最终忘记安装在新的环境

但总算是成功了

你可能感兴趣的:(anaconda,环境搭建,pip,conda)