Closed ikerexxe closed 7 months ago
Hi, this library is ancient and probably not what you want to use. If you want to continue anyway, try pip install hd44780
.
That fails due to another dependency missing ModuleNotFoundError: No module named 'utils'
:sweat:
Do you know of any other project that provides a user-space management of a KS0108 compatible display? I'd like to avoid the situation where one dependency installation leads me to some dependency missing.
It's been 10 years and this project is basically abandoned, so I can't really help here, my guess is that it's all just too old. I don't know of any other libraries. You could try just copying the Python files into a directory and use them like that, without a proper install. That might do as a temporary solution.
Yes, that works except that WiringPi doesn't seem to work correctly. Thank you for your help! I think I'll abandon this approach and try something else.
By the way, if this project is abandoned I'd recommend you to set is as deprecated in Github :wink: This will inform anyone who opens it that it is quite likely not to work.
Okay, fair! Is there a specific way to set it as deprecated apart from editind the readme? I only know you can archive it, is that what you mean?
Yes, sorry, I meant archive. But you can also edit the README to make it more clear.
I'm trying to install pylcd on a Raspberry Pi 4 with pip but it fails stating that
hd44780
module is missing. Is this project supposed to be standalone, or do I need to install a dependency?Log: