Ubuntu 17 安装 tensorflow
Posted yisawatbek
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 17 安装 tensorflow相关的知识,希望对你有一定的参考价值。
Ubuntu 17 自带python 3.6 直接用命令安装pip3 install tensorflow 会提示有个模块适合python3.5,并不适合python3.6。
我是这样解决的,我安装了低版本的tensorflow,
从清华大学镜像里下载了低版本的 https://mirrors.tuna.tsinghua.edu.cn/help/tensorflow/
选择CPU python36 tensorflow 1.3.0 自动生成以下安装代码,我将pip改成pip3,安装完毕,结果成功了
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp36-cp36m-linux_x86_64.whl
以上是关于Ubuntu 17 安装 tensorflow的主要内容,如果未能解决你的问题,请参考以下文章
在ubuntu17.10中import tensorflow as tf 的py文件执行时会出现‘非法指令’,然后脚本就不能执行下去?
Ubuntu上安装TensorFlow(python2.7版)
如何使用 Tensorflow V.2.4 RTX 2070 Super Ubuntu 18.04 安装 Cuda 10.1
初用Linux, 安装Ubuntu16.04+NVIDIA387+CUDA8.0+cudnn5.1+TensorFlow1.0.1
深度学习服务器环境配置: Ubuntu17.04+Nvidia GTX 1080+CUDA 9.0+cuDNN 7.0+TensorFlow 1.3