ile "/usr/lib/python3.11/ctypes/util.py", line 341, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
^^^^^^^^^^^^^
File "/usr/lib/python3.11/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
ile "/usr/lib/python3.11/ctypes/util.py", line 341, in find_library
_get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name))
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/ctypes/util.py", line 147, in _findLib_gcc
if not _is_elf(file):
^^^^^^^^^^^^^
File "/usr/lib/python3.11/ctypes/util.py", line 99, in _is_elf
with open(filename, 'br') as thefile:
^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'