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

Switch to standard pip #1864

Closed
natefoo opened this issue Mar 4, 2016 · 1 comment
Closed

Switch to standard pip #1864

natefoo opened this issue Mar 4, 2016 · 1 comment

Comments

@natefoo
Copy link
Member

natefoo commented Mar 4, 2016

Now that manylinux1/PEP 513 wheels are official and will be supported in pip 8.1 (as of pypa/pip#3497), and because only our psycopg2 wheels use our "platform specific" wheels, if we simply build psycopg2 (and the rest of our C extension dependencies) as manylinux1 wheels, we can use standard pip 8.1. While I do think there's a use case for "platform specific" wheels (the list of libs bundled into the psycopg2 manylinux1 wheel is pretty extensive, for example), this is a reasonable solution until some future time when we get around to getting official support for platform specific wheels into pip/PyPI/wheel.

@martenson
Copy link
Member

martenson commented Jul 27, 2016

done (right @natefoo ?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants