-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Handle temp is not changing to F scale, only shows as C scale. #220
Comments
@LucidEye Oops it closed automatically, I'll reopen it, give this a try, and if it's fixed, feel free to close the issue: |
Well now I can't get the app to start at all :-( [PYI-42070:ERROR] Failed to load Python shared library '/tmp/_MEILiVJ4o/libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEILiVJ4o/libpython3.11.so.1.0) I have Python 3.10.12 installed Ran apt update and apt full-upgrade and still get the same error. |
It's compiled for too new of a glibc. Your distro has an older version. Even with compatible glibc, it crashes.
|
So how can I fix this? |
I'm saying there's two issues here. Your issues is incompatible glibc. This can't be fixed without recompiling the project on your system. Second is if it works the program has a bug and doesn't run. |
Unfortunately I don't have much experience with manually compiling anything so I would need concise instructions on how to do that. |
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
All temps in app display should be in the same scale as what is selected in the Pinecil firmware settings.
Actual behaviour
Handle temp display in PineSAM app does not change to F scale when firmware on Pinecil is set to F even though all other temps are displayed in correct scale.
Screenshots

Specs:
The text was updated successfully, but these errors were encountered: