Well, this afternoon I ran into the same problem. Drives me crazy. HACS and Dyson modules cannot load.
The following components and platforms could not be set up:
- [dyson]
- [hacs]
ESPHome cannot compile (lost the warning but something not being able to contact platform IO)
When I have hacs in the configuration.yaml, the ‘Check Config’ runs quite a while and then returns:
Unable to install package aiofiles==0.4.0: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf86025650>: Failed to establish a new connection: [Errno -3] Try again')': /simple/aiofiles/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d75d0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/aiofiles/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d7b10>: Failed to establish a new connection: [Errno -3] Try again')': /simple/aiofiles/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d7550>: Failed to establish a new connection: [Errno -3] Try again')': /simple/aiofiles/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d7050>: Failed to establish a new connection: [Errno -3] Try again')': /simple/aiofiles/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d7ad0>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.10/amd64/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861d7e50>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.10/amd64/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861cb950>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.10/amd64/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861cbd90>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.10/amd64/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbf861cba50>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.10/amd64/
ERROR: Could not find a version that satisfies the requirement aiofiles==0.4.0 (from versions: none)
ERROR: No matching distribution found for aiofiles==0.4.0
Regards, Yazz.