Home Assistant: upgrade to Python 3.8 - iotechonline
iotechonline.com › home-assistant-upgrade-toOn researching this further looks like starting with a fresh install *will* mean that all integrations will need to be re-installed, the easiest way to do that is to do a diff of packages between the old and new installation using “python -m pip freeze –local > list_of_packages”, store the diff in another file with just the name of packages and then do a “python -m pip install -r diff ...