xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
637 stars 190 forks source link

import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow' #44

Open asif612 opened 5 years ago

asif612 commented 5 years ago

I AM FINDING THE ABOVE ERROR KINDLY HELP ME OUT

import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'

niefangchao commented 5 years ago

pip install tensorflow

westYY123 commented 3 years ago

you didn't have tensor flow module, I recommend you get an anaconda, it is easy to deal with multiple versions of module, this program don't work with tensorflow2.0.

xionghc commented 3 years ago

you didn't have tensor flow module, I recommend you get an anaconda, it is easy to deal with multiple versions of module, this program don't work with tensorflow2.0.

Thank you.