deepin安装TensorFlow CPU版本老是报错 怎么解决
Tofloor
poster avatar
176******75
deepin
2018-12-19 04:56
Author
不想换Ubuntu
Reply Favorite View the author
All Replies
avatar
186******51
deepin
2018-12-19 17:27
#1
https://github.com/tensorflow/tensorflow从源码编译
Reply View the author
avatar
176******75
deepin
2018-12-19 19:38
#2
https://bbs.deepin.org/post/172608
https://github.com/tensorflow/tensorflow从源码编译

能否详细的说明下编译过程 小白啊
Reply View the author
avatar
186******51
deepin
2018-12-19 20:00
#3
参考官方教程https://www.tensorflow.org/install/source,或者试试其他的几种方法
Reply View the author
avatar
justforlxz
deepin
2018-12-19 21:58
#4
所以错误是啥,我用的好好的
Reply View the author
avatar
176******75
deepin
2018-12-20 00:25
#5
https://bbs.deepin.org/post/172608
所以错误是啥,我用的好好的

你用的什么方法呀 我回头贴一下我的报错显示
Reply View the author
avatar
justforlxz
deepin
2018-12-20 00:33
#6
https://bbs.deepin.org/post/172608
你用的什么方法呀 我回头贴一下我的报错显示

pip装的
Reply View the author
avatar
nie2100
deepin
2018-12-20 01:20
#7
我用的是miniconda安装的tensorflow,完全没问题呀~
用python玩deeplearning还是conda用着舒心~
Reply View the author
avatar
176******75
deepin
2018-12-20 03:35
#8

我在import TensorFlow时 老是提示 TensorFlow ModuleNotFoundError: No module named 'tensorflow'
Reply View the author
avatar
176******75
deepin
2018-12-20 03:37
#9
https://bbs.deepin.org/post/172608
我用的是miniconda安装的tensorflow,完全没问题呀~
用python玩deeplearning还是conda用着舒心~ ...

我用conda安装不了呀,老提示这个
Reply View the author
avatar
wangjj1991
deepin
2018-12-20 03:50
#10
https://bbs.deepin.org/post/172608
我用conda安装不了呀,老提示这个

直接conda install tensorflow吧
Reply View the author
avatar
176******75
deepin
2018-12-20 04:38
#11
https://bbs.deepin.org/post/172608
直接conda install tensorflow吧

安装不了 看下楼上我的回复图片 用pip安装了但是Traceback (most recent call last):
  File "", line 1, in
ModuleNotFoundError: No module named 'tensorflow'
Reply View the author
avatar
nie2100
deepin
2018-12-20 04:40
#12
https://bbs.deepin.org/post/172608
我用conda安装不了呀,老提示这个

我是用的conda install tensorflow
你加那么多参数干嘛
Reply View the author
avatar
justforlxz
deepin
2018-12-20 17:44
#13
https://bbs.deepin.org/post/172608
我在import TensorFlow时 老是提示 TensorFlow ModuleNotFoundError: No module named 'tensorflow' ...

我没这个问题,,顶多是vscode提示找不到,我手动加了路径就好了。

    "python.autoComplete.extraPaths": [
        "/home/lxz/.local/lib/python2.7/site-packages/",
        "/home/lxz/.local/lib/python3.5/site-packages/",
        "/home/lxz/.local/lib/python3.6/site-packages/",
        "/home/lxz/.local/lib/python3.7/site-packages/"
    ],
Reply View the author
avatar
176******75
deepin
2018-12-25 02:42
#14
https://bbs.deepin.org/post/172608
直接conda install tensorflow吧

使用conda install tensorflow 问题依旧 还是这个样子 如图
Reply View the author