[ 
https://issues.apache.org/jira/browse/AIRFLOW-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044953#comment-17044953
 ] 

ASF subversion and git services commented on AIRFLOW-6892:
----------------------------------------------------------

Commit 69f7d2e0ae305648d4c3746dfe4f82dc4cc1118f in airflow's branch 
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=69f7d2e ]

[AIRFLOW-6892] Fix broken non-wheel releases (#7514)

(cherry picked from commit 20c507f0928efb406a7677d68a6382c100bdcfd3)


> 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)

Reply via email to