Broadlink Broken New Installation

good evening. Just completed a clean installation and Im geting this error https://hastebin.com/puvahixobe.sql anyone with similar issues
this thread is related but no fix https://github.com/home-assistant/home-assistant/issues/11215

Same problem here with v 0.61 - I don’t think problems before this version.
It causes the start-up screen to get stuck… removing the broadlink entries from switches configuration resolves the issue - but without having broadlink functionality anymore available.

Hi, found the solution. Check this link for info.

these commands should sort it out:
sudo systemctl stop [email protected]
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 uninstall pycrypto
pip3 uninstall pycryptodome
pip3 install pycryptodome
exit
sudo systemctl restart [email protected]