MaksYermak commented on PR #47340: URL: https://github.com/apache/airflow/pull/47340#issuecomment-2724868012
Hello @potiuk ! I have been digging deeper in this import issue with the `ray` package in this CI. And I have noticed that started from Python Version 3.12 installation extra packages for dependencies using this pip command `pip install google-cloud-aiplatform[evaluation,ray]` is not worked correctly. These two packages `evaluation` and `ray` are not installed. You can reproduce it locally in a pure virtual environment with Python 3.12. I didn't find any python issues related to this. Do you have any idea what is a better way for Airflow to install extra packages for dependencies for `Pyhton>=3.12`? -- 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]
