Glam Prestige Journal

Bright entertainment trends with youth appeal.

I work behind a proxy and I have tried to install a python package with pip from the terminal but it shows the following error (I have tried to install electronjs with npm and it also gives me errors with the network):

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fed4cdc32e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/virtualenv/

I work with cntlm and in the network options I did the following configuration:

network configuration

I edited the /etc/environment and /etc/apt/apt.conf files as follows:

$ cat /etc/environment
http_proxy=""
https_proxy=""
ftp_proxy=""
$ cat /etc/apt/apt.conf
Acquire::http::Proxy "";
Acquire::https::Proxy "";
Acquire::ftp::Proxy "";
11 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy