You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have the same problem. I am working with Anaconda, py3.8. Installed are tensorflow 2.4.0, openscv-python 4.5.1.48, keras 2.4.3, pandas 1.2.0, numpy 1.19.15, imutils 0.5.3, scikit_learn 0.24.0. When I run real_time_video.py I get the following message:
Using TensorFlow backend.
Traceback (most recent call last):
File "D:/Repos-Adriana/Emotion-recognition-master/real_time_video.py", line 1, in
from keras.preprocessing.image import img_to_array
File "C:\ProgramData\Anaconda3\lib\site-packages\keras_init_.py", line 3, in
from . import utils
File "C:\ProgramData\Anaconda3\lib\site-packages\keras\utils_init_.py", line 6, in
from . import conv_utils
File "C:\ProgramData\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in
from .. import backend as K
File "C:\ProgramData\Anaconda3\lib\site-packages\keras\backend_init_.py", line 1, in
from .load_backend import epsilon
File "C:\ProgramData\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in
from .tensorflow_backend import *
File "C:\ProgramData\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
Is there already a solution for that? Many thanks!
No description provided.
The text was updated successfully, but these errors were encountered: