Using Pip behind a proxy with PAC script

I want to download packages using pip like pandas,numpy, tensorflow, keras . Since I am under corporate network connection I am unable to install directly. I used all the solutions on stackoverflow.. nothing seems to work out .

When i used this chrome://net-internals/#proxy , this didn't give me any proxy server address and port number. Instead it gave .PAC script

Effective proxy settings
PAC script: *****.pac
Source: SYSTEM

1) i used the solution from here

ipconfig  /all | find /i "Dns Suffix"

it shows something like this.

Primary Dns Suffix : companyname.net

when i tried this ping proxyhost it gives

   C:Usersuser>ping proxyhost
    Ping request could not find host proxyhost. Please check the name and try again.

2) Tried this : http://www.whatismyproxy.com/ it gives an ip address but no port address

3) I tried Chrome > settings > advanced settings > open proxy settings : I see that proxy server is not ticked. the address bar is empty and port is given as 80.

In automatic configuration, "use automatic configuration script" is checked on and uses same PAC script PAC script: *****.pac

4) tried this netsh winhttp show proxy , it gives

Current WinHTTP proxy settings: Direct access (no proxy server)

What do i do now? I am trying for 2 days :(

链接地址: http://www.djcxy.com/p/62502.html

上一篇: 学习风格项目

下一篇: 在PAC脚本的代理后面使用Pip