tirkarthi commented on issue #59393: URL: https://github.com/apache/airflow/issues/59393#issuecomment-3656757610
You are installing Airflow 3.0.0 with the revision belonging to Airflow 3.1.0 in the error message. Are you installing Airflow against an existing database configured in ~/airflow/airflow.cfg with a different Airflow and db state? (airflow_venv) @s-MacBook-Pro-2 ~ % pip install apache-airflow[amazon,google]==3.0.0 --constraint "https:/raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.11.txt" zsh: no matches found: apache-airflow[amazon,google]==3.0.0 (airflow_venv) @s-MacBook-Pro-2 ~ % pip3 install apache-airflow[amazon,google]==3.0.0 --constraint "https:/raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.11.txt" zsh: no matches found: apache-airflow[amazon,google]==3.0.0 (airflow_venv) @s-MacBook-Pro-2 ~ % pip install apache-airflow==3.0.0 --constraint "https:/raw.githubusercontent.com/apache/airflow/constraints-3.0.0/constraints-3.11.txt -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
