tensorflow 사용법 보고 똑같이 쓰는 중인데

import tensorflow as tf 하고

sess = tf.Session() 입력하면

아래처럼 오류나는데


Traceback (most recent call last):

  File "", line 1, in

    sess = tf.Session()

AttributeError: module 'tensorflow' has no attribute 'Session'



이거 왜 이러는 건가요??