Kaxil Naik created AIRFLOW-6892:
-----------------------------------

             Summary: 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.9, 1.10.8, 1.10.7
            Reporter: Kaxil Naik
            Assignee: Kaxil Naik
             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