hitaandrea / MGcount

MGcount github repository
GNU General Public License v3.0
14 stars 9 forks source link

Error loading Python lib '/tmp/_MEIsFCECP/libpython3.6m.so.1.0' #3

Closed diegohernansanchez closed 2 years ago

diegohernansanchez commented 2 years ago

Hi Andrea, Im giving MGcount a go. I downloaded the binary _x86, but face this error when running:

~/MGcount$ [9716] Error loading Python lib '/tmp/_MEIsFCECP/libpython3.6m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEIsFCECP/libpython3.6m.so.1.0)

To be expected: I have Ubuntu 16 which uses Phython 3.5.2. Any idea how can I tackle this limitation? Thanks for the help. Best d!!!

hitaandrea commented 2 years ago

Hi Diego,

Sorry for my late reply. Indeed, this is a problem related to GLIBC core libraries incompatibility.

The binary version of MGcount was compiled for Ubuntu >18 only.

Please, on Ubuntu 16, use the software as a Python module. You can install it with the command "pip3 install git+https://github.com/hitaandrea/MGcount.git" and then run it with "python3 -m mgcount [args]").

Let me know if you encounter further problems.

hitaandrea commented 2 years ago

Hi Diego,

I am closing this issue for the moment. If you experience any problems with the Python module execution, please, don't hesitate to come back to me. Best