I installed Python 3.5.2 64 bit version on my Windows. I had already Python 3.6.4 32-bit version. I needed 64 bit one because I want to use Tensorflow which requires 64-bit version.
However, after installation I can not import libraries on Python 3.5.2. When I try pip3 install command it says "requirement already satisfied" but when it comes to importing it says "no module named".
I want to import all necessary libraries on 3.5.2 just like my original 3.6.4 version but I can not do it. Any support would be really appreciated. Here is an image showing the error.
No module named "numpy" :

which pip3