Skip to content
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

Open
dajiahao opened this issue Jun 15, 2020 · 5 comments
Open

won't start in ubuntu 18.04 #20

dajiahao opened this issue Jun 15, 2020 · 5 comments

Comments

@dajiahao
Copy link

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)

@abhishekpc
Copy link
Collaborator

Thanks for the bug report. We'll have a look at it.

@romainreignier
Copy link

I had the same issue on Ubuntu 18.04. But after cloning and installing python3-pyqt5 it worked with the source code directly.

@TeoColuccio
Copy link

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)

I have the same problem on ubuntu 18.04 and debian 10.

@TeoColuccio
Copy link

I had the same issue on Ubuntu 18.04. But after cloning and installing python3-pyqt5 it worked with the source code directly.

i was unable to resolve with this alone... maybe i need some python library as well as dependent packages.

@olness
Copy link

olness commented Dec 12, 2020

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
ldd (Ubuntu GLIBC 2.27-3ubuntu1.3) 2.27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants