You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/17 20:04:01 UTC

[jira] [Updated] (AIRFLOW-2125) psycopg2 version 2.7.4 was released and the wheel package was renamed to psycopg2-binary

     [ https://issues.apache.org/jira/browse/AIRFLOW-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aizhamal Nurmamat kyzy updated AIRFLOW-2125:
--------------------------------------------
    Component/s:     (was: db)
                 database

> psycopg2 version 2.7.4 was released and the wheel package was renamed to psycopg2-binary
> ----------------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-2125
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2125
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: database
>            Reporter: Marcos Bernardelli
>            Priority: Major
>             Fix For: 2.0.0
>
>
> A new version of the *psycopg2* was released, and the wheel packages was renamed to *psycopg2-binary*. More details on:
> [http://initd.org/psycopg/docs/news.html]
> [https://pypi.python.org/pypi/psycopg2-binary]
>  
> When running Airflow with the old package installed, the warning is printed:
>  
> {code}
> 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>.
> {code}
>  
> Should we continue using the binary package, even that the recommendation is to build it from source:
> "The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources."
>  
> Source: https://pypi.python.org/pypi/psycopg2-binary
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)