LIRC Failing

Having a few issues with LIRC at the moment, namely:

homeassistant.bootstrap: Not initializing lirc because could not install dependency python-lirc==1.2.3

I have tried to have a good search around, and tried

sudo apt-get install python3-lirc # or python-lirc

which tells me I allready have the latest version installed…

Not quite sure where to go next with it if I am honest, new to python…

Depending on the install method you used, you may have HASS installed in a virtual environment (venv). You need to make sure you’ve installed the package inside the venv.

Edit.

Sorry! It was file ownership!! Resolved.