You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im currently trying to see if the product fit our needs and trying to compose a POC using DBT and Airflow
Found your demo and when im trying to install using the astronomer CLI, i get the following error:
+ grep -Eqx 'apache-airflow\s*[=~>]{1,2}.*' requirements.txt
+ pip install --no-cache-dir -q -r requirements.txt
ERROR: Cannot install -r requirements.txt (line 3) and jsonschema==3.2.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
The command '/bin/bash -o pipefail -e -u -x -c if grep -Eqx 'apache-airflow\s*[=~>]{1,2}.*' requirements.txt; then echo >&2 "Do not upgrade by specifying 'apache-airflow' in your requirements.txt, change the base image instead!"; exit 1; fi; pip install --no-cache-dir -q -r requirements.txt' returned a non-zero code: 1
Error: command 'docker build -t airflow-dbt-demo_90ae4e/airflow:latest failed: failed to execute cmd: exit status 1
Would love to get your help to get the demo up and running :-)
The text was updated successfully, but these errors were encountered:
Hey guys,
Im currently trying to see if the product fit our needs and trying to compose a POC using DBT and Airflow
Found your demo and when im trying to install using the astronomer CLI, i get the following error:
Would love to get your help to get the demo up and running :-)
The text was updated successfully, but these errors were encountered: