conda install tensorflow-gpu==1.13.1没有成功。

更新了conda到最新版,还是不行,于是去清华源的网站上看了一下,
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
果然没有1.13.1版本的,而且最新的只到了1.3.0

清华源安装tensorflow-gpu==1.13.1失败然而并不想换cuda了,就换源安装吧。
pip install tensorflow-gpu==1.13.0 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
就开始下载了。
清华源安装tensorflow-gpu==1.13.1失败

相关文章:

  • 2021-12-10
  • 2021-06-05
  • 2021-12-18
  • 2021-10-02
  • 2021-05-15
  • 2021-09-29
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案