pankajkoti commented on issue #27674: URL: https://github.com/apache/airflow/issues/27674#issuecomment-1317062700
> > We are getting the below error when trying to install the Kubernetes RC via setup.cfg: > > My guess you might have the other RCs already installed locally and explicitly that's why they are found by `pip` - but if you do it through extra and they are not installed manually, `pip` does not find pre-release candidates automatically - you need to tell it to search also among pre-release candidates by `--pre` switch of `pip install`. > > ``` > --pre Include pre-release and development versions. By default, pip only finds stable versions. > ``` Thanks Jarek. I am sorry for the bother here, looks like it is an astronomer internal issue we have because of a constraint we have on the kubernetes provider releases. @kaxil helped us figure this out, so thanks to Kaxil too :) -- 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]
