如何在python3.7上安装tensorflow [重复]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在python3.7上安装tensorflow [重复]相关的知识,希望对你有一定的参考价值。
这个问题在这里已有答案:
我试过像这样的指令却失败了:
pip3 install -t /projects/****/users/****/python/3.7.0 --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.10.0-cp37-cp37m-linux_x86_64.whl
错误信息只是找不到网址。如果我将cp37之类的版本更改为cp36,由于python版本为3.7,这也将失败。
如果我只是使用指令:
pip3 install -t /projects/****/users/****/python/3.7.0 tensorflow
它会有这样一个错误信息:
Cache entry deserialization failed, entry ignored
Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
那么如何在python3.7上安装tensorflow呢?
我尝试了其他帖子中的说明,但没有一个有效。
答案
Tensorflow还不支持Python 3.7(https://github.com/tensorflow/tensorflow/issues/17022)。
使用Python 3.6。
以上是关于如何在python3.7上安装tensorflow [重复]的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu16.04 源码安装Python3.7 并在此基础上安装Tensorflow (确保Tensorflow计算框架与系统的彻底隔离)
Python3.7.3安装TensorFlow和OpenCV3
python3.7安装Anaconda3+tensorflow2.1中遇到的问题
anaconda+tensorflow2.2+python3.7安装