Ok so I managed to mess it up… I bought some IKEA Trådfri yesterday and when starting HASS I got a error in my log about it. Searching for that led me to this topic where I tried to follow the info in Upgrade to 0.55.0 Ikea Tradfri not working anymore step 43…
Now HASS refuses to start and when I try to runt pip3 install cython I get:
(hass_venv) hass@raspberrypi:/home/pi$ pip3 install cython
Traceback (most recent call last):
File "/srv/hass/hass_venv/bin/pip3", line 7, in <module>
from pip import main
File "/srv/hass/hass_venv/lib/python3.4/site-packages/pip/__init__.py", line 28, in <module>
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/srv/hass/hass_venv/lib/python3.4/site-packages/pip/vcs/mercurial.py", line 9, in <module>
from pip.download import path_to_url
File "/srv/hass/hass_venv/lib/python3.4/site-packages/pip/download.py", line 36, in <module>
from pip.utils.glibc import libc_ver
File "/srv/hass/hass_venv/lib/python3.4/site-packages/pip/utils/glibc.py", line 4, in <module>
import ctypes
File "/usr/lib/python3.4/ctypes/__init__.py", line 7, in <module>
from _ctypes import Union, Structure, Array
ImportError: /srv/hass/hass_venv/lib/python3.4/lib-dynload/_ctypes.cpython-34m-arm-linux-gnueabihf.so: undefined symbol: _PyTraceback_Add
(hass_venv) hass@raspberrypi:/home/pi$
If I try pip uninstall home-assistant
I get the same error to… Don’t want to reflash my SD since I’m running node-red, grafana, unifi etc. on it to… Any suggestions what to try?