After installing HA 2022.12, I restarted Home Assistant and Alexa Media Player cannot be loaded anymore.
I got the following error:
Unable to install package alexapy==1.26.4:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f19439a0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f19400d0>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f1940040>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f19cab00>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f18f1990>: Failed to establish a new connection: [Errno -3] Try again')': /musllinux/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f17c1ea0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/alexapy/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f1b0b640>: Failed to establish a new connection: [Errno -3] Try again')': /simple/alexapy/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f1b0b2b0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/alexapy/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f1b0b430>: Failed to establish a new connection: [Errno -3] Try again')': /simple/alexapy/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd9f1b0b160>: Failed to establish a new connection: [Errno -3] Try again')': /simple/alexapy/
ERROR: Could not find a version that satisfies the requirement alexapy==1.26.4 (from versions: none)
ERROR: No matching distribution found for alexapy==1.26.4
WARNING: There was an error checking the latest version of pip.
According to the FAQ section of this integration …
Alexa Media Player FAQ
But I am running Home Assistant under a virtual machine in Synology, and I don’t know how to run the command as it is described above
source /srv/homeassistant/homeassistant_venv/bin/activate
Anyone know how to reinstall the alexapy?
Thanks in advance