astronomer / airflow-dbt-demo

A repository of sample code to accompany our blog post on Airflow and dbt.
160 stars 61 forks source link

`astro dev start` fails due to dependency #6

Open dedanaronson opened 2 years ago

dedanaronson commented 2 years ago

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:

+ 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 :-)

bjornvandijkman-vantage commented 2 years ago

Got the same error when running it on Mac m1.