2023.02,I installed Home Assistant Core 2023.2.2 in a virtual environment (pip) on a clean Raspberry Pi 3B+ device(debian 10)

 

This guide assumes that you already have an operating system setup.

 I’m trying to update Python 3.10 because 3.9 is not supported with HA 2023.2.

2023-01-13 06:03:49.051 WARNING (MainThread) [homeassistant.bootstrap]
 Support for the running Python version 3.9.2 is deprecated and will be removed 
in Home Assistant 2023.2;
 Please upgrade Python to 3.10
 

Prerequisites

Python 3.10

 

install Home Assistant core 2023.3 on debian Server(quick start)

Install type

Home Assistant Core: Manual installation using Python virtual environment

 

A) Log into the shell.

B) Check / Upgrade your current python version:

Download the required Python Version (this is for version 3.10.9):

sudo wget https://www.python.org/ftp/python/3.10.9/Python-3.10.9.tgz

Unpack it:

sudo tar -xzf Python-3.10.9.tgz
 

Make & Install it:

cd Python-3.10.9

./configure

make -j 4

sudo make install
 

 

https://community.home-assistant.io/t/installing-home-assistant-core-2023-2-2-in-a-python-venv-on-raspberry-pi-3b-step-by-step/529311

Comments


Comments are closed