potiuk commented on issue #26775:
URL: https://github.com/apache/airflow/issues/26775#issuecomment-1262738669

   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 via 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.,


-- 
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]

Reply via email to