You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/14 17:34:36 UTC

[GitHub] [airflow] potiuk edited a comment on issue #18932: Conflicts with airflow constraints for airflow 2.2.0 python 3.7

potiuk edited a comment on issue #18932:
URL: https://github.com/apache/airflow/issues/18932#issuecomment-1039362206


   I am not what you install and what you have in the images (and how you are installing dependencies). 
   
   You likely have completely different problem and you simply want to instal conflicting versions of requirements manually.
   
   The problem describe in the issue is only when "all" extra was used (which should never be used in production - it is development only setting).  I am not sure at all even why you have problems with flake8 because it is a "devel" only dependency and you CERTAINLY should not install it in production.
   
   If you need some help with - please open a GitHub Discussion or slack conversation and describe it in details (also please make sure to check describe what are the dependencies imposed by MWAAA - this is not something that we know of, and it might be hte confilciting dependencies of yours are coming with some conflicts there - but MWAA issues should be handled thriough MWAA support.
   
   All the different scenarios that you can install and upgrade airflow when you are not using a managed version are described here : https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#installation-and-upgrade-scenarios - if you do it differently or MWAAA imposes other limitations then you might generate some conflicts, but that's beyond the "generic airflow" domain.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org