目录

过程

解决了


过程

如果你懒得看我躺过的坑,直接去最后一行拿代码

在安装anaconda过程中,真是遇到了一个接一个的坑。

遇到了这些问题:

刚开始在终端,pip install 的时候

During handling of the above exception, another exception occurred:

这个人给出了换镜像的解决办法,其实思路是对的,镜像源的麻烦:https://blog.csdn.net/qq_44838702/article/details/105049833

我换了中国科技大学的镜像源,又遇到了这个问题:

ERROR: No matching distribution found for keras-preprocessing~=1.1.2 (from t。。。。

我敲,在搜索解决办法的过程中,这个人说这样子安装:https://www.cnblogs.com/zlslch/p/9261640.html

也有人说,在 Anaconda Prompt中安装,不过这个我知道了怎么打开 Anaconda Prompt。。:https://blog.csdn.net/laobai1015/article/details/84580243

可还是不行,又来了这个问题:

An HTTP error occurred when trying to retrieve this URL. HTTP errors are oft

我丢。。。这个人这样子解决次bug:https://blog.csdn.net/gyyu32g/article/details/104611322

但我这不行啊,我又遇到了bug。。

 

解决了

好吧,直到我找到了大佬的博客

看点赞这么多,我直接在pycharm的终端 一个pip install(第一行),我敲!成了!

pip install --index-url https://pypi.douban.com/simple tensorflow

或pip install --index-url https://mirrors.aliyun.com/pypi/simple/ tensorflow

成了给我点赞哈!

 

大佬:https://blog.csdn.net/q1234luo/article/details/79750159?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dist_request_id=&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control

 

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐