XA21X commented on issue #4508: [AIRFLOW-3693] Replace psycopg2-binary by 
psycopg2
URL: https://github.com/apache/airflow/pull/4508#issuecomment-461338611
 
 
   @victornoel @Fokko 
   
   To provide enough notice, psycopg2 2.7.x still includes the binary wheel and 
therefore will generate the warning. Normally if `requirements.txt` is used, it 
is sufficient to append `--no-binary` but if you're only using `setup.py`, it 
would require a solution similar to: https://stackoverflow.com/a/45021666 in 
order to run `pip3` automatically with the flag. When psycopg2 2.8 is released, 
this warning would also go away as it would no longer provide a binary version.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to