Replies: 1 comment
-
if youuse constraints, they should correspond to the version of airflow - you usesd different ones (2.3.0 airflow, 2.9.1 constraints). If you wish to diverge from constraints - you are free to do so, but you have to manually update dependencies to the ones you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I executed the below command to install airflow with constraints-3.10.txt, and it failed due to the version conflicts of the dependency pyyaml.
When I change "pyyaml==5.3.1" to "pyyaml>=5.3.1,<=5.4.1" in constraints-3.10.txt, the problem is solved.
Question: "shall I make a new PR for this change?"
constraints-3.10.txt I used:
https://raw.githubusercontent.com/apache/airflow/constraints-2.9.1/constraints-3.10.txt
Beta Was this translation helpful? Give feedback.
All reactions