I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip. After the installation, I wanted to check wheth
pip
I had the same problem with Version 3.5.2.
Have you tried py.exe -m install package-name? This worked for me.
py.exe -m install package-name