pip not installing modules
A proxy shall be used. For example:
python.exe -m pip install numpy --proxy="proxy.com:8080"
where "proxy.com:8080" is the proxy server address and port. This can be found in OS settings.
How to get them:
- Windows: What Is a Proxy or Proxy Server
- Linux How can I find out the proxy address I am behind?
- Mac OS X: How can I get Mac OS X's proxy information in a Bash script?
To bypass the firewall, you can use a proxy
pip install numpy --proxy <domain\user:password@proxyaddress:port>
For example,
pip install numpy --proxy http://<username>:<password>@proxy.xyz.com:2180