-
Hello there, When trying to follow the contributing quick start documentation, I have the following error : 8.727 Collecting analytics-python>=1.2.9 (from apache-airflow==2.7.0.dev0)
8.739 Downloading analytics_python-1.4.post1-py2.py3-none-any.whl (23 kB)
8.759 Collecting apache-airflow-providers-common-sql (from apache-airflow==2.7.0.dev0)
8.759 Obtaining dependency information for apache-airflow-providers-common-sql from https://files.pythonhosted.org/packages/96/41/b2c53fd75ebea9ed55060947bf5985d077de2d8188abc4433d1d57fd8f2e/apache_airflow_providers_common_sql-1.6.0-py3-none-any.whl.metadata
8.770 Downloading apache_airflow_providers_common_sql-1.6.0-py3-none-any.whl.metadata (5.8 kB)
8.771 INFO: pip is looking at multiple versions of apache-airflow[devel-ci] to determine which version is compatible with other requirements. This could take a while.
8.772 ERROR: Cannot install apache-airflow[devel-ci]==2.7.0.dev0 because these package versions have conflicting dependencies.
8.773
8.773 The conflict is caused by:
8.773 apache-airflow[devel-ci] 2.7.0.dev0 depends on apache-airflow 2.7.0.dev0 (from /opt/airflow)
8.773 apache-airflow[devel-ci] 2.7.0.dev0 depends on apache-airflow>=2.4.0
8.773 apache-airflow[devel-ci] 2.7.0.dev0 depends on apache-airflow>=2.7.0
8.773
8.773 To fix this you could try to:
8.773 1. loosen the range of package versions you've specified
8.773 2. remove package versions to allow pip attempt to solve the dependency conflict
8.773
8.773 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-confli Any Idea what I am doing wrong? Thanks for the help |
Beta Was this translation helpful? Give feedback.
Answered by
potiuk
Aug 6, 2023
Replies: 1 comment 1 reply
-
It could be tempoarary problem while we dealt with openlineage. I think it should be solved, but I am not sure because you have not mentioned the exact command you ran. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
V0lantis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could be tempoarary problem while we dealt with openlineage. I think it should be solved, but I am not sure because you have not mentioned the exact command you ran.
breeze ci-image build
should work fine, andbreeze
should also drop you in the shell.