Closed BenJamesAndo closed 1 month ago
@BenJamesAndo I have not updated my pi to bookworm yet. Maybe in a month or 2 I'll do that. Honestly I have not been using the lirc part and I noticed when I started on the project python-lirc was dead (see #2). If you are not using lirc functions then try removing requirements.txt
@BenJamesAndo I believe this should be fixed now. I updated the readme.md install instructions. The correct lirc python module should be installed as part of "apt get install lirc" if there are issues you many need to "pip uninstall lirc" and "apt-get install --reinstall lirc". Unfortunately neither lirc or cec are available on pypi.
may also require "sudo pip install /usr/share/lirc/lirc-*.tar.gz" see #18
Hello, thanks for reviving this project. I'm keen to get it running. I've got a Raspberry Pi 4 running Raspberry Pi Bookworm 64-bit. Perhaps this is why I can't get it to work. When I run
./contrib/debian-ubuntu-install.sh
I get an error about externally-managed-environment. If I try to manually install python-lirc withsudo pip3 install python-lirc --break-system-packages
I getIs there something different I need to do to get this working?