Skip to content

psycopg2-binary warning #144

@gnilrets

Description

@gnilrets

I just upgraded pip to v 10.0.1 (from 9.x) and various packages and now I'm getting the following warning:

/opt/conda/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For detai
ls see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.                   

psycopg2 seems to be a dependency for sqlalchemy-redshift, so even if I only put psycopg2-binary in my requirements.in file, sqlalchemy-redshift will build using psycopg2 and I still get the warning above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions