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

No wheel for Python 3.7 macOS 64-bit #119

Closed
justvanrossum opened this issue Jan 22, 2020 · 5 comments
Closed

No wheel for Python 3.7 macOS 64-bit #119

justvanrossum opened this issue Jan 22, 2020 · 5 comments

Comments

@justvanrossum
Copy link

justvanrossum commented Jan 22, 2020

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 up freetype_py-2.1.0.post1-py2.py3-none-any.whl, which doesn't contain the freetype dylib.

@justvanrossum
Copy link
Author

See also this test repo:
https://github.com/justvanrossum/ftghcimac/commit/ff2ec54aa1d12488dc003b080286672e86f38ab0/checks?check_suite_id=413753112

(I noticed because my github actions CI started failing)

@madig
Copy link
Collaborator

madig commented Jan 22, 2020

Does it work if you pin your CI pip to 19.3.1?

pypa/pip#7629
pypa/pip#7636

@anthrotype
Copy link
Collaborator

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 pip install pip==19.3.1 and try again to pip install freetype-py it downloads the correct wheel...

@justvanrossum
Copy link
Author

Yup, pinning pip to 19.3.1 fixes it. Thanks!

@anthrotype
Copy link
Collaborator

fixed in pip 20.0.2
pypa/pip#7626

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

3 participants