Use miniconda, Miniconda allowing you to customize your Python environments with the exact packages you need.
Install Miniconda on Windows https://docs.conda.io/en/latest/miniconda.html
This is a one time process, once you are done with the installation process.
Try this command
conda create -n python=2.7 numpy pandas
conda activate