背景:
1、mac版本下面安装好python3.6.3
2、已安装好tensorflow 1.3.0
问题:
打开pycharm,输入tensorflow的测试代码:
#Python3
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
错误提示:不能导入tensorflow包
解决办法:
打开pycharm -> Preference -> Project Interpreter
重点是右边下拉框里面选择 tensorflow 目录下的 python