-
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 in ubuntu 18.04 #20
Comments
Thanks for the bug report. We'll have a look at it. |
I had the same issue on Ubuntu 18.04. But after cloning and installing |
I have the same problem on ubuntu 18.04 and debian 10. |
i was unable to resolve with this alone... maybe i need some python library as well as dependent packages. |
It won't run in Ubuntu 18.04 as it requires GLIBC 2.29 and Ubuntu 18.04 is running version 2.27 $ ldd --version ldd |
console shows this error message
[6052] Error loading Python lib '/tmp/_MEIlON42o/libpython3.7m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIlON42o/libpython3.7m.so.1.0)
The text was updated successfully, but these errors were encountered: