plovegro opened a new issue, #51866:
URL: https://github.com/apache/airflow/issues/51866

   ### Apache Airflow version
   
   3.0.2
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   I am attempting to install dbt-core in my airflow docker image, but there is 
a conflict between dbt-core and the new airflow. Pip is attempting to resolve 
it but it ran for 3 hours and no luck. If i try dbt-core=1.9.6 i get this error 
- 
   ```
   
   4.725 The conflict is caused by:
   4.725     apache-airflow-core 3.0.2 depends on importlib-metadata>=7.0; 
python_version >= "3.12"
   4.725     dbt-semantic-interfaces 0.7.4 depends on importlib-metadata<7 and 
>=6.0
   ```
   
   ### What you think should happen instead?
   
   dbt-core should install on 3.0.2
   
   ### How to reproduce
   
   docker compose build
   
   ### Operating System
   
   Ubuntu 24
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   Dockerfile
   ```
   FROM apache/airflow:3.0.2
   ADD requirements.txt .
   RUN pip install apache-airflow==${AIRFLOW_VERSION} -r requirements.txt
   ```
   
   requirements.txt
   ```
   apache-airflow-providers-airbyte
   airflow-provider-hightouch
   dbt-core
   
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to