You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: