-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
pex 1.6.2 cannot build cryptography 2.5 #671
Comments
NB: Your issue is different from #661 which is fixed. You're simply missing required packages. The important output above is:
The missing header is provided by the For example, this debian image:
Gives you pex resolving and building cryptography just fine:
I'm going to close this as answered but feel free to follow up with questions if any of this is unclear. |
One more bit of clarification after reading your bug report more closely. There is a pex bug here in that, unlike pip, it did not resolve the pre-built https://files.pythonhosted.org/packages/98/71/e632e222f34632e0527dd41799f7847305e701f38f512d81bdf96009bca4/cryptography-2.5-cp34-abi3-manylinux1_x86_64.whl from pypi; thus needed to resort to building |
thanks, it work. |
Hello,
on debian stretch in a new virtualenv:
and the pex commande:
The text was updated successfully, but these errors were encountered: