You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: