Tensorflow version conflict between Spyder and Anaconda-Prompt

I downloaded the TensorFlow version 1.14.0 from Anaconda Prompt.

pip install tensorflow==1.14.0

When I check the version of Tensorflow from Spyder it shows like this

   import tensorflow as tf
   print(Tensorflow Version : ,tf.__version__)

Why Anaconda prompt and Spyder show the different versions of TensorFlow?

Topic spyder tensorflow anaconda

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.