我尝试在虚拟环境和源上的cpu上安装上ubuntu 14.04的tensorflow . 这两个过程都不起作用 . 通过虚拟环境,它抛出错误:

Could not find a version that satisfies the requirement tensorflow (from versions)

使用命令 pip install -U tensorflow

相反,我使用 pip install --upgrade /home/hpc/Desktop/tensorflow-1.9.0-cp34-cp34m-linux_x86_64.whl ,错误:

tensorflow-1.9.0-cp34-cp34m-linux_x86_64.whl is not a supported wheel on this platform

一切都在更新 . pip,pip3 - 10.0.1和python 3.4 .

pip与python 3.4链接

/home/hpc/anishi/tensorflow/venv/lib/python3.4/site-packages/pip (python 3.4) 点到10.0.1

我怎么解决这个..

当我尝试使用source时,它会抛出错误:

./configure: line 158: ./util/python/python_config.sh: No such file or directory

Bazel已成功安装 .

这两种方式都不起作用 .

提前致谢