potiuk opened a new issue #12838: URL: https://github.com/apache/airflow/issues/12838
I am adding this issue to keep track of the on-going problems with new PIP 20.3 released 30th of November. There are multiple issues with the new PIP that makes it breaks with Airflow's dependency set. The first blocking issue is https://github.com/pypa/pip/issues/9203 but even when it is solved we already know we are affected by a few others: * https://github.com/pypa/pip/issues/9217 * https://github.com/pypa/pip/issues/9215 * https://github.com/pypa/pip/issues/9187 * https://github.com/pypa/pip/issues/9223 We've raised the issue to the PIP team and they struggle with fixing a number of other teething problems. We keep fingers crossed that they will manage to fix the issues promptly and that they will not be overwhelmed with putting out the fire. There is no resolution yet, so for the time being downgrading PIP to `20.2.4` version is the best thing we can do: ``` pip install --upgrade pip==20.2.4 ``` ---------------------------------------------------------------- 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]
