You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/23 16:36:32 UTC

[GitHub] victornoel commented on issue #4508: [AIRFLOW-3693] Replace psycopg2-binary by psycopg2

victornoel commented on issue #4508: [AIRFLOW-3693] Replace psycopg2-binary by psycopg2
URL: https://github.com/apache/airflow/pull/4508#issuecomment-456872255
 
 
   @Fokko I see the following warning now when I run airflow:
   ```
   /usr/local/lib/python3.7/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 details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
   ```
   
   Are we sure things are happening as expected? When I see the discussion starting from this comment https://github.com/psycopg/psycopg2/issues/674#issuecomment-434120987, I feel like this warning shouldn't be hereā€¦
   
   For the record I installed airflow in a python:3.7-slim docker image.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services