Closed ullix closed 7 months ago
That's intriguing. Can I ask how you installed lgpio? My guess is via pip, in which case back in February you would've unfortunately obtained a very out of date version. A fresh pip install (or upgrade) of lgpio should remedy this now that I've added some up-to-date manylinux wheels on PyPI for lgpio
Of course, I installed via pip. I haven't see this recently, so maybe (?) I had reinstalled and the problem was gone? Don't remember.
Okay, I'll close this for now on the assumption that an old version of lgpio was involved. Please feel free to re-open if you see it again.
Using rpi-lgpio on Raspi 5 as replacement for old RPi.GPIO 0.7.1. All works well when the program runs, but when I stop it I get this strange Exception message:
It happens after all GPIO functions are shut down and cleanup() had been called. It seems it prints out only after the program has exited.
The line 202 in the stop function is the 'except' line: