-
Notifications
You must be signed in to change notification settings - Fork 28
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
Hashin fails to use ABI binaries (PEP 425) #62
Comments
I hit the same problem. Workaround: add |
Hi @chrispbailey
(note the |
Also interesting looking through the JSON I notice that the only |
I'm on macos I and I noticed that my pip install (based on py 3.6) also prefers the 3.4 file. For me, it downloads So, I guess it means that pip install favors that abi3 (even though it's cp34) instead of the available wheel for cp36). Any idea why? |
I found this trying to install cryptography. It publishes an ABI3 which pip uses on a python 3.6 system
Annoyingly hashin doesn't choose the same version when generating it's hashes
Which means pip will fail with
--require-hashes
when trying to install fromrequirements.txt
The text was updated successfully, but these errors were encountered: