Conflicting Dependencies with apache-airflow 2.3.2
See original GitHub issueDescribe the bug
Getting the dependency conflict when installing acryl-datahub[datahub-rest,airflow,redshift]==0.8.38.3
to use with apache-airflow==2.3.2. Please release compatible release to resolve this error.
To Reproduce Steps to reproduce the behavior:
- Install acryl-datahub[datahub-rest,airflow,redshift]==0.8.38.3 package with Apache Airflow 2.3.2
Error:
ERROR: Cannot install acryl-datahub[airflow,datahub-rest,redshift]==0.8.38.3 and apache-airflow==2.3.2+astro.2 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Expected behavior Conflict should not happen and we should be able to Leverage DataHub Functionality with Apache Airflow 2.3.2
Screenshots
Additional context Tried with several acryl-datahub versions as below, but still got the same issue.
- acryl-datahub[datahub-rest,airflow,redshift]==0.8.38.3
- acryl-datahub[datahub-rest,airflow,redshift]==0.8.38.2
- acryl-datahub[datahub-rest,airflow,redshift]==0.8.38
- acryl-datahub[datahub-rest,airflow,redshift]==0.8.36
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Conflicts with airflow constraints for airflow 2.2.0 python 3.7
azure]" introduces a dependency on "apache-airflow-providers-microsoft-azure" but it does not have "azure-cosmos" dependency (this comes transitively from the ...
Read more >Cannot install apache-airflow==2.0.0 because these package ...
ERROR: Cannot install apache-airflow[postgres,s3,ssh]==2.0.0 because these package versions have conflicting dependencies. The conflict is ...
Read more >Release Notes — Airflow Documentation
The WasbHook in Apache Airflow use a legacy version of Azure library. While the conflict is not significant for most of the Azure...
Read more >apache-airflow - PyPI
We decided to keep our dependencies as open as possible (in setup.py ) so users can install different versions of libraries if needed....
Read more >Apache Airflow versions on Amazon Managed Workflows for ...
2.2, the list of provider packages Amazon MWAA installs by default for your environment has changed, and you can now install dependencies and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
seems like dup #4809
Fixed by PR: https://github.com/datahub-project/datahub/issues/5593