When I try to import tensorflow in IPython in my Anaconda environment, I get a No module named tensorflow
error. However, when I import it after running the python
command in the terminal, there are no errors.
I've googled for solutions and so far I have tried the following:
copied the site-packages inside
/anaconda2/lib/python2.7/envs/tensorflow/lib/python2.7/site-packages/
to/anaconda2/lib/python2.7/site-packages/
installed ipython in the conda environment with
conda install ipython
Anyone know what else I could try?