Open dajiahao opened 4 years ago
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 python3-pyqt5
it worked with the source code directly.
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.
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.
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
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)