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

ModuleNotFoundError: No module named 'tensorflow.examples' #11

Open
KhomZ opened this issue Jul 7, 2022 · 2 comments
Open

ModuleNotFoundError: No module named 'tensorflow.examples' #11

KhomZ opened this issue Jul 7, 2022 · 2 comments

Comments

@KhomZ
Copy link
Owner

KhomZ commented Jul 7, 2022


ModuleNotFoundError Traceback (most recent call last)
in ()
5 get_ipython().magic('matplotlib inline')
6
----> 7 from tensorflow.examples.tutorials.mnist import input_data
8 mnist = input_data.read_data_sets("MNIST_data/")

ModuleNotFoundError: No module named 'tensorflow.examples'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

@KhomZ
Copy link
Owner Author

KhomZ commented Jul 7, 2022

check this out

install dependencies

https://colab.research.google.com/notebooks/snippets/importing_libraries.ipynb

@KhomZ
Copy link
Owner Author

KhomZ commented Jul 7, 2022

pypa/pip#8368

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

1 participant