I installed TensorFlow 1.10.1 but when I tried to import TensorFlow it said that I need TensorFlow version 1.10.0. Thus, I installed it and now I get the following warnings:
It is happening because of your TensorFlow version is incompatible with numpy. Try reinstalling numpy's previous versions. In my case I tried 1.16.4 :
pip install numpy==1.16.4
But first, you need to shutdown all running kernals and uninstall numpy with :
pip uninstall numpy