Me_Bot icon indicating copy to clipboard operation
Me_Bot copied to clipboard

Error while running jupiter notebook

Open psomdeb25 opened this issue 6 years ago • 2 comments

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!

psomdeb25 avatar Nov 28 '18 14:11 psomdeb25

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

maalolankannan1 avatar Dec 31 '19 12:12 maalolankannan1

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

keshav2904 avatar Sep 23 '20 03:09 keshav2904