-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install pylcd with pip #13
Comments
Hi, this library is ancient and probably not what you want to use. If you want to continue anyway, try |
That fails due to another dependency missing 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. |
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 😉 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:
The text was updated successfully, but these errors were encountered: