Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'tensorflow.python' #36

Open
JSdheerajkumar opened this issue May 19, 2020 · 2 comments
Open

ModuleNotFoundError: No module named 'tensorflow.python' #36

JSdheerajkumar opened this issue May 19, 2020 · 2 comments

Comments

@JSdheerajkumar
Copy link

JSdheerajkumar commented May 19, 2020

No description provided.

@AgnesLeem
Copy link

conda install tensorflow

@Murmelmaus
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants