-
Notifications
You must be signed in to change notification settings - Fork 8
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
Won't start on Mint 19.3 #26
Comments
I have the same issue: Just ion case, I have manually installed python3.7 and libpython3.7 'cause Mint19.3 had only the v3.6 installed by default. |
@pcolamar @austindowney This application is being rewritten from scratch now. The AppImage will therefore be updated as well :) PySide6 is causing some issues which is why I'll stick with PySide2 for the moment. I've noted down all the issues and will keep a close eye on these while testing. In the meantime, let me know whether AppImage is what you prefer or something else like native packages. Although our intention is to cover as many as possible, hearing from you will help us in prioritizing. |
Your question risks to generate a riot 😄 |
I have downloaded in from this site but am not able to get it to run on mint 19.3
Here are the errors
[5040] Error loading Python lib '/tmp/_MEIMS58e6/libpython3.7m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIMS58e6/libpython3.7m.so.1.0)
It seems to be related to GLIBC_2.29, while Mint 19.3 has Ubuntu GLIBC 2.27-3ubuntu1.
If I download the source code, I can get it to run by calling in the terminal. So maybe it has to do with how it was packaged?
The text was updated successfully, but these errors were encountered: