pw44
(Paulo Ven)
1
Dear All,
trying to update the core and frontend is failing. Until last month, it worked flawlessly.
Today, i go the following error
The script i’m using to upgrade is:
sudo -u homeassistant -H -s
cd /var/homeassistant
source bin/activate
python3.10 -m pip install --upgrade homeassistant
python3.10 -m pip install --upgrade home-assistant-frontend
and the error
WARNING: Ignoring invalid distribution -ome-assistant-frontend (/var/homeassistant/lib/python3.10/site-packages)
Any hints?
Thx in advance!
AaronCake
(Aaron Cake)
2
Python 3.10 is no longer supported. You need to rebuild your venv on Python 3.11.
pw44
(Paulo Ven)
3
@AaronCake ,
thank you. 3.11 fixed the issue.
How to i get aware of such notices, to be able to take the appropriate measures?
Will python 3.14 work?
TIA
AaronCake
(Aaron Cake)
4
The release notes contain this information and are published with each release:
Python depredations are typically listed in Breaking Changes.
pw44
(Paulo Ven)
5
thank you. solved by upgrading python.