Replies: 1 comment
-
Some of your requirement have conflicting dependencies and use a markdown-it.py version that has no extras that are used by another requirement. You need to track it down. Also what might guide you are the constraints files - the only supported version of installing airflow is with constraint files: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html and you should use it. If you use it following the documentation, you will be able to see which of your requirements conflicts with Airflow constraints and you will be able to make a decision whether to stick with the airflow "constraint" version for the rquirement, or to separately upgrade your dependency - and you can make such decision one-by-one for each of the packages you will have conflicts with - you will need to understand if you "really" need the version that you have pinned in your requirements or whether you can use the one that is "golden standard" for the version of Airflow which you install. Converting into discussion as this is not a bug - just not following the docuementation., |
Beta Was this translation helpful? Give feedback.
-
Apache Airflow version
Other Airflow 2 version
What happened
Describe the bug
expectation
bug
Command:
Infinitly loops the final part:
What you think should happen instead
problem
This is a problem for people doing becasue I am not sure if the main libraries has this a sub dependncy library and tehy may fail. Becasue I ahev verything installed and way more packages tahn the original requirements list.
Installed packages
How to reproduce
Reproduce the bug
context
requirements.txt
Operating System
Ubuntu 20.04 LTS
Versions of Apache Airflow Providers
2.3.3
Deployment
Virtualenv installation
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions