Hello I'm a highschool student and I was given the task of making a CNN. I am not very familiar with this type of coding. Every time we run the code in Jupyter Notebook this error:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-9-7d4e1bb634e9> in <module>
8 import matplotlib.pyplot as plt
9 import numpy as np
---> 10 import tensorflow as tf
11
12 # Allow image embeding in notebook
ModuleNotFoundError: No module named 'tensorflow'
I've put it under Python 3.6 like my prof suggested and I am using tensorflow 1.4, which is the version I must use. I'm also working on mac os. He also said we can't put tensorflow under a virtual environment or else the program won't work. If there is any way to fix this problem through the terminal or otherwise it would be highly appreciated. Thanks for the help. Edit: I am using jupyter notebook under anaconda. And Conda commands are not recognized for me.