Bit
Bit
According to the `requirements.txt`, versions `2.0.0`, `2.0.1`, `2.0.2`, `2.0.3` should work. But it makes it seem like it need `2.0.0`?
Yeah, you should probably open a new issue for that, and assign one of the owners of this repository to it.
In my experience this means `Popen()` is used with a string: `'echo "hi"'` rather than a list: `['echo', '"hi"]`.
I am having this same issue. I have installed the latest version of FreeType and all other dependancies, but I am getting this error: ```yaml src/free_glyph.c:9:60: error: ‘FT_RENDER_MODE_SDF’ undeclared (first...