Edd*_*ddy 3 python eclipse macos pydev tensorflow
我正在尝试使用Eclipse Mars for Mac OS X运行TensorFlow Python示例,但是我收到以下错误:
Unresolved import: tensorflow.python.platform
Run Code Online (Sandbox Code Playgroud)
第3行引发错误:
from __future__ import absolute_import
from __future__ import print_function
import tensorflow.python.platform
Run Code Online (Sandbox Code Playgroud)
我是Python和TensorFlow的新手.我正在使用PyDev for Eclipse.我在某处读到了我可以在"外部库"文件夹中添加代码,但我不确定TensorFlow库在哪里.
我按照TensorFlow网站上的安装说明安装了TensorFlow.
我错过了什么?