Error 'get_default_graph' for tensorflow while connecting with API IB for DeepQnetwork live template

I am getting a below error. I created a virt env with the mentioned versions installed and tried to run the command in python RUN_ME.py. It detects the file name but then I am getting the mentioned error. Can this be helped.

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

Hi Vignesh,



What version of TensorFlow and Python are you using?



You can share your package versions here by writing the command in Jupyter notebook: !pip list



The Python package version can be seen by the following command in Jupyter notebook:

import sys

sys.version