I have just finished upgrading all the python etc, and I get a message that I should upgrade to Python 3.9
the current version will be removed soon.
it was getting late so I decided to see how things were after upgrading the homeassistant os, and the ugly message comes while starting the VM.
VM Name: HASS VM
Failed to load unit ‘cpum’ (VERR_CPUM_INCOMPATIBLE_XSAVE_COMP_MASK).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
Will this correct it’s self after upgrading to the Python 3.9?
Installed latest version of Python, and going back through the steps installing the dependencies and ran the step of installing “python3 -m pip install wheel” the install got most of the way through the process and gave an Type Error,
File “/srv/homeassistant/lib/python3.8/site-packages/OpenSSL/init.py”, line 8, in
from OpenSSL import SSL, crypto
File “/srv/homeassistant/lib/python3.8/site-packages/OpenSSL/SSL.py”, line 19, in
from OpenSSL.crypto import (
File “/srv/homeassistant/lib/python3.8/site-packages/OpenSSL/crypto.py”, line 3224, in
utils.deprecated(
TypeError: deprecated() got an unexpected keyword argument ‘name’
(homeassistant)