我尝试从虚拟环境和源代码在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点
我该如何解决..
当我尝试使用源代码时,它会引发错误:
./configure: line 158: ./util/python/python_config.sh: No such file or directory
Bazel已成功安装。
两种方法都不起作用。
预先感谢