I’m completely new to Airflow and I’ve just started following the Astronomer Airflow Fundamentals course. I closely followed the steps and installed docker and astro cli. When I ran ‘astro dev start’, I’m getting the following error:
ERROR: failed to solve: process “/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 --root-user-action=ignore -r requirements.txt” did not complete successfully: exit code: 1
Error: command 'docker build -t astro_220521/airflow:latest failed: failed to execute cmd: exit status 1
Any ideas what might be causing this? Any help would be greatly appreciated!