Module 'tensorflow' has no attribute 'ConfigProto'

I’m getting the following error AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’

How do I handle this error? I’m struck!!!

~\Anaconda3\lib\site-packages\rasa_core\policies\policy.py in Policy() 31 32 @staticmethod —> 33 def _load_tf_config(config: Dict[Text, Any]) -> Optional[tf.ConfigProto]: 34 “”“Prepare tf.ConfigProto for training”"" 35 if config.get(“tf_config”) is not None:

AttributeError: module ‘tensorflow’ has no attribute ‘ConfigProto’

Hey @Mast, not sure if you’ve resolved this since. But could you share the Rasa Open Source and Tensorflow versions you have installed?

I have this issue, Any news on how to solve that ?

using tf 2.1.2