LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
202 stars 39 forks source link

GLIBC Version 2.29 #73

Closed mokrueger closed 3 years ago

mokrueger commented 3 years ago

The new version 2.6 has been giving me this error with my dockerfile (based on python3.8.5-slim) which natively runs version glibc version 2.28.

oserror: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lib/python3.8/site-packages/pyexiv2/lib/libexiv2.so)

Going back to version 2.5.0 fixed the issue for me.

Just letting you know that issue exists ;)

LeoHsiao1 commented 3 years ago

Thank you. This is because I updated the CI environment of pyexiv2. pyexiv2 is now compiled with GLIBC 2.29. So, you need to upgrade your GLIBC library, or upgrade your Linux distribution. See the Tutorial for details.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because there has been no activity for a month.