ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
33.98k stars 5.77k forks source link

[core][runtime] Dependencies not available for test_e2e_complex on python 3.11 #33415

Open rickyyx opened 1 year ago

rickyyx commented 1 year ago

What happened + What you expected to happen

Some dependencies fail to be built.

Versions / Dependencies

python 3.11

python -m pip install --disable-pip-version-check -r requirements.txt

where

ray[serve, tune]
texthero
PyGithub
xgboost_ray
pandas
typer
aiofiles

Reproduction script

NA

Issue Severity

None

jjyao commented 8 months ago

Mark it as P2 since it's a Ray client test.