CORE update error 2023

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!

Python 3.10 is no longer supported. You need to rebuild your venv on Python 3.11.

@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

The release notes contain this information and are published with each release:

Python depredations are typically listed in Breaking Changes.

thank you. solved by upgrading python.