Closed graphicore closed 3 years ago
I was able to build from source using:
$ pip install git+https://github.com/fonttools/ttfautohint-py.git@v0.4.3#egg=ttfautohint-py
Had to provide some build dependencies.
that's strange. We build "manylinux" wheels that are supposed to work on any linux distro. Maybe the pip --version
that you are using to install it is obsolete. Please try to pip install --upgrade pip
and see if that works
I just got the same error on macOS 11.2.
I just got the same error on macOS 11.2
what python version? have you got one of the apple silicon macbooks?
Python 3.9.1 Mac mini (M1, 2020) -- apple silicon
Edit: I updated to Python 3.9.2 using brew
but still get:
$ pip install ttfautohint-py
ERROR: Could not find a version that satisfies the requirement ttfautohint-py
ERROR: No matching distribution found for ttfautohint-py
I'm not sure why it doesn't install.