-
Notifications
You must be signed in to change notification settings - Fork 164
psycopg2-binary warning #144
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels