[
https://issues.apache.org/jira/browse/AIRFLOW-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042947#comment-17042947
]
ASF subversion and git services commented on AIRFLOW-6892:
----------------------------------------------------------
Commit 20c507f0928efb406a7677d68a6382c100bdcfd3 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=20c507f ]
[AIRFLOW-6892] Fix broken non-wheel releases (#7514)
> 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)