I have installed tensorflow 1.5.0
on my machine using conda
.
I created an environment named py35
with python 3.5
and installed tensorflow 1.0.0
in it.
now in py35
env when I import tensorflow
in spyder it is importing 1.5.0
, not 1.0.0
.
In terminal it is importing correct version of tensorflow.
this is kind of weird. I am new to this so maybe I am doing a noob mistake somewhere. if anyone can help me with this it would be great.
I am checking verson by:
import tensorflow
print(tensorflow.__version__)