[
https://issues.apache.org/jira/browse/AIRFLOW-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042946#comment-17042946
]
ASF GitHub Bot commented on AIRFLOW-6892:
-----------------------------------------
kaxil commented on pull request #7514: [AIRFLOW-6892] Fix broken non-wheel
releases
URL: https://github.com/apache/airflow/pull/7514
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)