We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using TensorFlow backend. Traceback (most recent call last):
File "", line 1, in import keras
File "/Applications/anaconda/lib/python3.6/site-packages/keras/init.py", line 3, in from . import utils
File "/Applications/anaconda/lib/python3.6/site-packages/keras/utils/init.py", line 6, in from . import conv_utils
File "/Applications/anaconda/lib/python3.6/site-packages/keras/utils/conv_utils.py", line 3, in from .. import backend as K
File "/Applications/anaconda/lib/python3.6/site-packages/keras/backend/init.py", line 83, in from .tensorflow_backend import *
File "/Applications/anaconda/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 1, in import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow' Bug summary
Code for reproduction
# Paste your code here # #
import keras Actual outcome
# If applicable, paste the console output here # #
Expected outcome
Matplotlib version
The text was updated successfully, but these errors were encountered:
error in importing keras with theano #3794 Solved using this
Sorry, something went wrong.
This is the issue tracker for Matplotlib; it looks like the issue tracker for keras is here: https://github.com/fchollet/keras/issues
No branches or pull requests
Bug report
Using TensorFlow backend.
Traceback (most recent call last):
File "", line 1, in
import keras
File "/Applications/anaconda/lib/python3.6/site-packages/keras/init.py", line 3, in
from . import utils
File "/Applications/anaconda/lib/python3.6/site-packages/keras/utils/init.py", line 6, in
from . import conv_utils
File "/Applications/anaconda/lib/python3.6/site-packages/keras/utils/conv_utils.py", line 3, in
from .. import backend as K
File "/Applications/anaconda/lib/python3.6/site-packages/keras/backend/init.py", line 83, in
from .tensorflow_backend import *
File "/Applications/anaconda/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 1, in
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
Bug summary
Code for reproduction
import keras
Actual outcome
Expected outcome
Matplotlib version
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
The text was updated successfully, but these errors were encountered: