Results of m1-machine-learning-test- M1 Macbook Air #12
Unanswered
adityagupta1729
asked this question in
Q&A
Replies: 1 comment 1 reply
-
HI @adityagupta1729, Did you try running the following lines inside your environment?
This should give you access to TensorFlow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried running the process you explained and at the last, this is appearing in jupyter notebook, can you please help me here
Thanks in advance!
ModuleNotFoundError Traceback (most recent call last)
Input In [1], in <cell line: 4>()
2 import pandas as pd
3 import sklearn
----> 4 import tensorflow as tf
5 import matplotlib.pyplot as plt
7 # Check for TensorFlow GPU access
ModuleNotFoundError: No module named 'tensorflow'
Beta Was this translation helpful? Give feedback.
All reactions