[solved] Update to .84.4 errors

tried to update 0.84.2 to 0.84.4 virtual environment
full page of errors on download…
pip3 install --upgrade homeassistant

Looking in indexes: Simple index, https://www.piwheels.hostedpi.com/simple
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75cb8070>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75cb85b0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75cb8030>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75cb8370>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75cb80d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75ca3f50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75ca3630>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75ca3db0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75ca3e10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)‘: /simple/homeassistant/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x75ca3f10>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’,)': /simple/homeassistant/

Looks like a network (dns) problem. The dns translates urls (pypi.org) to decimal addresses, and the system has failed somewhere. If you wait, someone will probably fix the problem for you fairly soon.

If not, you probably need to contact your isp to fix the dns.

The URL works in a browser, so not a DNS issue

I have just made a test install on my desktop, without problems, so there is something local to you that is stopping the name resolution happening. Do you have some kind of local network control?

solved - apologies, yes it was a DNS error, now solved
added dns-nameservers 8.8.8.8
to /etc/network/interfaces
as a temporary solution

1 Like