potiuk commented on pull request #20642: URL: https://github.com/apache/airflow/pull/20642#issuecomment-1050664758
@kazanzhy @dstandish - I would really love if you could upvote and comment here: https://github.com/pypa/pip/pull/10258#issuecomment-1025125753. The problem is that we have no way currently to determine what is the root cause of the problem. The problem is that `pip` is not able to solve dependencies in a reasonable time and runs backtracking for hours - but it does not really give us the possibilty to get the root cause message that could allow us to determine how we could help `pip`. I proposed to add optional timeout on `pip install` execution producing a "conflict" message if the timeout is reached. That could give us at least a chance to understand what is the problem (someone released a new dependency that makes `pip` fail installing airflow from the scratch and we need to help `pip` to determine the right set of dependencies because it is unable to figure it out on its own). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
