I have tried installing python modules with pip
and I get the following:
proof that pip
is installed
PS C:\\Users\\usename\\App
I've seen this error before, it is usually caused by being behind a corporate proxy, or you have been pwned.
Assuming its the proxy, you need to figure out what your https proxy is and add it to the pip command like so:
pip install requests --proxy=https://my_proxy.com:xxx
where xxx is the port of your proxy