Skip to content

Tensorflow installation #9098

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

Closed
grvjn06 opened this issue Aug 26, 2017 · 2 comments
Closed

Tensorflow installation #9098

grvjn06 opened this issue Aug 26, 2017 · 2 comments

Comments

@grvjn06
Copy link

grvjn06 commented Aug 26, 2017

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

# Paste your code here
#
#

import keras
Actual outcome

# If applicable, paste the console output here
#
#

Expected outcome

Matplotlib version

  • Operating System:
  • Matplotlib Version:
  • Python Version:Python 3.6.2 |Continuum Analytics, Inc.| (default, Jul 20 2017, 13:14:59)
    [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
  • Jupyter Version (if applicable):
  • Other Libraries:
@grvjn06
Copy link
Author

grvjn06 commented Aug 26, 2017

error in importing keras with theano #3794
Solved using this

@dstansby
Copy link
Member

This is the issue tracker for Matplotlib; it looks like the issue tracker for keras is here: https://github.com/fchollet/keras/issues

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

2 participants