My Test
import tensorflow as tf hello = tf.constant(\'Hello, TensorFlow!\') sess = tf.Session()
My Error
You can attempt to work around this problem on cpu-only machines by using the tensorflow-cpu package instead of tensorflow.
tensorflow-cpu
tensorflow
pip uninstall tensorflow pip install tensorflow-cpu