qb-0 / pyMeow

Python Game Hacking Library
MIT License
355 stars 39 forks source link

(Linux) version `GLIBC_2.38' not found #54

Closed hhoneeyy closed 6 months ago

hhoneeyy commented 6 months ago

ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/xxx/.local/lib/python3.10/site-packages/pyMeow/pyMeow.so)

qb-0 commented 6 months ago

pyMeow is compiled on Manjaro, which likely uses a more recent version of GNU libc than your distribution. The solution for you is to compile pyMeow on your own distribution.

hhoneeyy commented 6 months ago

pyMeow is compiled on Manjaro, which likely uses a more recent version of GNU libc than your distribution. The solution for you is to compile pyMeow on your own distribution.

so i just compile it and thats it?

Hypnootika commented 6 months ago

Not sure what you are asking. Yes, like qb said, compile it and that's it. If you wanted to know why, the question was a bit unspecific

qb-0 commented 6 months ago

Feel free to reopen if you still have issues.