ttfautohint-py
ttfautohint-py copied to clipboard
OSError: cannot find 'libttfautohint.so' on Alpine Linux
from ttfautohint import ttfautohint
File "/usr/lib/python3.11/site-packages/ttfautohint/__init__.py", line 145, in <module>
libttfautohint = TALibrary()
^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/ttfautohint/__init__.py", line 45, in __init__
raise OSError("cannot find '%s'" % name)
OSError: cannot find 'libttfautohint.so'
how did you install ttfautohint-py? I believe /usr/lib/python*
is used by the system-wide python installation, so I would suggest you file an issue with alpine linux distro.