[ https://issues.apache.org/jira/browse/AIRFLOW-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375603#comment-16375603
]
ASF subversion and git services commented on AIRFLOW-2125:
----------------------------------------------------------
Commit beadcd327cd0119a63f21e5691854d75e391ae67 in incubator-airflow's branch refs/heads/master
from [~bernardelli]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=beadcd3 ]
[AIRFLOW-2125] Using binary package psycopg2-binary
Closes #3055 from bern4rdelli/AIRFLOW-2125
> 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: db
> 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)
|