Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] PyPi cannot find ray in Python 3.11 with MacOS #34792

Closed
tanlin2013 opened this issue Apr 26, 2023 · 3 comments
Closed

[Core] PyPi cannot find ray in Python 3.11 with MacOS #34792

tanlin2013 opened this issue Apr 26, 2023 · 3 comments
Labels
bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks Ray 2.6

Comments

@tanlin2013
Copy link

What happened + What you expected to happen

PyPi suggests Ray is supported in Python 3.11, but simultaneously cannot find the package

Versions / Dependencies

Python 3.11.3
pip 23.1.1
MacOS Ventura 13.3.1

Reproduction script

pip install -U ray
ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray

Issue Severity

None

@tanlin2013 tanlin2013 added bug Something that is supposed to be working; but isn't triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Apr 26, 2023
@mattip
Copy link
Contributor

mattip commented Apr 26, 2023

Currently the only wheels on PyPI for Python 3.11 are manylinux_x86_64 and manylinux_aarch64. ones. macOS, and windows are missing. The nightly wheels also do not provided macos and windows wheels for python 3.11

@rkooo567 rkooo567 added python-3-11-support P1 Issue that should be fixed within a few weeks Ray 2.6 and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels May 10, 2023
@rkooo567
Copy link
Contributor

rkooo567 commented May 10, 2023

3.11 support is alpha yet, and it is only supported by linux now. Our current plan is to add a support by ray 2.6 for other platforms. cc @rickyyx

@rickyyx
Copy link
Contributor

rickyyx commented May 10, 2023

See this issue for tracking wheels on other platforms #31362

@rickyyx rickyyx closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't P1 Issue that should be fixed within a few weeks Ray 2.6
Projects
None yet
Development

No branches or pull requests

4 participants