I am facing an issue with setting up recorder with a remote Postgres connection.
The error log keeps showing this:
2020-03-30 09:04:41 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: No module named ‘psycopg2’ (retrying in 3 seconds)
However, the module is definitely installed:
homeassistant@rpi01:~/.homeassistant $ pip3 list
Package Version
asn1crypto 0.24.0
bluepy 1.3.0
certifi 2018.8.24
chardet 3.0.4
cryptography 2.6.1
entrypoints 0.3
fail2ban 0.10.2
idna 2.6
keyring 17.1.1
keyrings.alt 3.1.1
pip 18.1
psycopg2 2.8.4
pycrypto 2.6.1
PyGObject 3.30.4
pyinotify 0.9.6
python-apt 1.8.4.1
pyxdg 0.25
requests 2.21.0
SecretStorage 2.3.1
setuptools 40.8.0
six 1.12.0
ssh-import-id 5.7
systemd-python 234
urllib3 1.24.1
wheel 0.32.3
Any ideas or pointers?
Cheers, Leo