dheerajturaga opened a new issue, #48824: URL: https://github.com/apache/airflow/issues/48824
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When trying to pip install airflow 3.0.0rc1 im seeing apache_airflow-3.0.0rc1-py3-none-any.whl.metadata references apache-airflow-core==3.0.0 (which doesn't exist) instead of apache-airflow-core==3.0.0rc1 ``` pip3 install "apache-airflow==3.0.0rc1" --constraint https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0rc1/constraints-3.11.txt Collecting apache-airflow==3.0.0rc1 Downloading apache_airflow-3.0.0rc1-py3-none-any.whl.metadata (29 kB) INFO: pip is looking at multiple versions of apache-airflow to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement apache-airflow-core==3.0.0 (from apache-airflow) (from versions: 3.0.0rc1, 3.0.0rc1.post1, 3.0.0rc1.post2, 3.0.0rc1.post3, 3.0.0rc1.post4) ERROR: No matching distribution found for apache-airflow-core==3.0.0 ### What you think should happen instead? it should pickup apache-airflow-core==3.0.0rc1 ### How to reproduce pip3 install "apache-airflow==3.0.0rc1" --constraint https://raw.githubusercontent.com/apache/airflow/constraints-3.0.0rc1/constraints-3.11.txt ### Operating System sles 12-SP5 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
