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

Error while running jupiter notebook #7

Open
psomdeb25 opened this issue Nov 28, 2018 · 2 comments
Open

Error while running jupiter notebook #7

psomdeb25 opened this issue Nov 28, 2018 · 2 comments

Comments

@psomdeb25
Copy link

Hello Spandan,

I ran the jupyter notebook file (prepare_files.ipynb) from the directory after generating the res directory. For that I used the command:
jupyter-notebook prepare_files.ipynb

Inside the jupyter notebook that opens in my browser the first code block does not run on clicking the play button and is presented by this error:

``ModuleNotFoundError Traceback (most recent call last)
in ()
1 import sys
2 sys.path.append('/usr/local/lib/python3.5/dist-packages/')
----> 3 import tensorflow as tf
4 import tensorflow_hub as hub
5 import numpy as np

ModuleNotFoundError: No module named 'tensorflow'
``

Could you help with the error? I thought that all dependencies are included in the repository. Apparently, it looks like tensorflow is absent, or is there any other issue in the code?

Thank you for the help!

@maalolankannan1
Copy link

I am getting the same error. Can you please help us out? @Spandan-Madan

@keshav2904
Copy link

install tensorfow 1.x using pip
pip install tensorflow==1.15

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