Me_Bot
Me_Bot copied to clipboard
Error while running jupiter notebook
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)
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!
I am getting the same error. Can you please help us out? @Spandan-Madan
install tensorfow 1.x using pip
pip install tensorflow==1.15