-
Notifications
You must be signed in to change notification settings - Fork 88
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
No wheel for Python 3.7 macOS 64-bit #119
Comments
See also this test repo: (I noticed because my github actions CI started failing) |
Does it work if you pin your CI pip to 19.3.1? |
I can repro this on my mac as well, running python 3.7. I think it has something to do with the latest pip 20 released a couple days ago. If I |
Yup, pinning pip to 19.3.1 fixes it. Thanks! |
fixed in pip 20.0.2 |
With Python 3.7.6 for 64 bit on macOS 10.15 (https://www.python.org/ftp/python/3.7.6/python-3.7.6-macosx10.9.pkg),
pip install freetype-py
picks upfreetype_py-2.1.0.post1-py2.py3-none-any.whl
, which doesn't contain the freetype dylib.The text was updated successfully, but these errors were encountered: