LeoHsiao1 / pyexiv2

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

OSError: /lib64/libm.so.6: version `GLIBC_2.27' not found #14

Closed kyla2 closed 4 years ago

kyla2 commented 4 years ago

Traceback (most recent call last): File "/home/py/PycharmProjects/SphinxDoc/_test/md_album.py", line 283, in from pyexiv2 import Image File "/home/py/anaconda3/envs/py35/lib/python3.5/site-packages/pyexiv2/init.py", line 6, in from .core import * File "/home/py/anaconda3/envs/py35/lib/python3.5/site-packages/pyexiv2/core.py", line 2, in from .lib import exiv2api as api File "/home/py/anaconda3/envs/py35/lib/python3.5/site-packages/pyexiv2/lib/init.py", line 19, in ctypes.CDLL(os.path.join(lib_dir, 'libexiv2.so')) # import the library at first, otherwise the Python interpreter can not find it. File "/home/py/anaconda3/envs/py35/lib/python3.5/ctypes/init.py", line 351, in init self._handle = _dlopen(self._name, mode) OSError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/py/anaconda3/envs/py35/lib/python3.5/site-packages/pyexiv2/lib/libexiv2.so)

LeoHsiao1 commented 4 years ago

GLIBC is a C library. You need to install the newer version of GLIBC, or upgrade your Linux system. Refer to this question.

github-actions[bot] commented 3 years ago

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