【2019.05】【解决】python3.7安装tensorflow提示:Could not find a version that satisfies the requirement tensorf

不念不忘少年蓝@ 2022-02-20 11:30 423阅读 0赞

【2019.05】【解决】python3.7安装tensorflow提示:Could not find a version that satisfies the requirement tensorflow (from versions: )

  1. Could not find a version that satisfies the requirement tensorflow (from versions: )
  2. No matching distribution found for tensorflow

https://download.lfd.uci.edu/pythonlibs/u2hcgva4/tensorflow-1.9.0-cp37-cp37m-win_amd64.whl
下载该文件,然后在该文件路径下执行下面命令即可安装成功:
pip install tensorflow-1.9.0-cp37-cp37m-win_amd64 .whl

发表评论

表情:
评论列表 (有 0 条评论,423人围观)

还没有评论,来说两句吧...

相关阅读