husam88 / DroidbotX

DroidbotX adds gym environment to Droidbot
MIT License
6 stars 13 forks source link

ModuleNotFoundError: No module named 'tensorflow.contrib' #1

Closed licollins closed 2 years ago

licollins commented 2 years ago

Hello,

I am using Python 3.8.5, tensorflow 2.7.0. I followed all installation steps and when trying to run I get this error:

"ModuleNotFoundError: No module named 'tensorflow.contrib'"

How can I solve this problem?

licollins commented 2 years ago

I fixed this issue creating an anaconda environment with python 3.7 and tensorflow ==1.14