I need help with a PHP 3.8 install

Does anyone have a detailed upgrade guide explaining how to get an existing Home Assistant core installation currently running on PHP 3.7 to run on 3.8?

Python, not PHP …

You’ve got two options, the one that I’d recommend, and the one that you can do every year:

  1. Follow this guide to switch to running in Docker and never worry about Python again.
  2. Follow this guide to install Python 3.8 from source, and then create a new venv. Repeat this process every December.
2 Likes