Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

astro dev start fails due to dependency #6

Open
dedanaronson opened this issue Nov 16, 2021 · 1 comment
Open

astro dev start fails due to dependency #6

dedanaronson opened this issue Nov 16, 2021 · 1 comment

Comments

@dedanaronson
Copy link

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

Got the same error when running it on Mac m1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants