You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/02/23 15:04:00 UTC

[jira] [Resolved] (AIRFLOW-6892) Fix broken non-wheel releases

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

Kaxil Naik resolved AIRFLOW-6892.
---------------------------------
    Resolution: Fixed

> Fix broken non-wheel releases
> -----------------------------
>
>                 Key: AIRFLOW-6892
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6892
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: packages
>    Affects Versions: 1.10.7, 1.10.8, 1.10.9
>            Reporter: Kaxil Naik
>            Assignee: Kaxil Naik
>            Priority: Major
>             Fix For: 1.10.10
>
>
> Our non-wheel releases on pypi are broken
> {code}
> pip install --no-binary apache-airflow apache-airflow
> {code}
>  will install a version that does this:
> {noformat}
> FileNotFoundError: [Errno 2] No such file or directory: '/home/ash/.virtualenvs/clean/lib/python3.7/site-packages/airflow/serialization/schema.json'
> {noformat}
> There are no issues with wheel package. Pip install wheel package if available and unless you use "--no-binary"specifically



--
This message was sent by Atlassian Jira
(v8.3.4#803005)