Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: cannot find 'libttfautohint.so' on Alpine Linux #21

Open
rinarakaki opened this issue Jan 31, 2023 · 1 comment
Open

OSError: cannot find 'libttfautohint.so' on Alpine Linux #21

rinarakaki opened this issue Jan 31, 2023 · 1 comment

Comments

@rinarakaki
Copy link

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'
@anthrotype
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants