-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error with sdbus when installing KlipperScreen #20
Comments
Are you trying to install on ARMv7 target? The issue is that there is no ARMv7 binary wheel for sdbus so it tries to compile it from source. Compiling from source requires the pkg-config to collect the flags that link with libsystemd. (or libelogind) I don't even know if there is libsystemd or libelogind for Android. |
I make this installation following this manual: https://github.com/gaifeng8864/klipper-on-android/blob/main/README_en.md |
The error you encountered while installing KlipperScreen indicates an issue with building the
If you continue to encounter issues, check the following:
These steps should help resolve the issue you're facing. If the installation still fails, please provide the new error messages for further analysis. |
To install source package you will also need Python headers |
Thank you! |
Which component was installed to solve the problem? |
I don't know exactly, install all =) |
Reinstall and check it - libsystemd-dev |
Hello!
Try to install it on honor 9 lite. All goes fine, before klipperscreen installation.
How to fix this step?
The text was updated successfully, but these errors were encountered: