-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Feature] Core: Python 3.11 wheel #27881
Comments
I was planning on working on this right after #21221 is merged. |
Python 3.11.0rc2 released on 2022-09-12. Official release planned for Monday 2022-10-24 |
Python 3.11.0 released! |
Look forward to this support. |
same here... |
Any ETA on this? |
hoping |
Also need this for my project to continue depending on Ray. Is there any eta? Thanks! |
I'm eagerly looking forward to binaries for Python 3.11 because of this: "Python 3.11 is between 10-60% faster than Python 3.10." This will make my research so much more productive. |
i hate doing this...but are there instructions for building this for 3.11 support locally on a windows 11 workstation? |
Yes, we are currently working on wheels for python3.11 (all platforms) - ETA should be by end of this year. |
I started looking at this in #31170. Looks like there are a few Cython changes and some package dependencies are not compatible with 3.11 yet. |
@csko Can you please list the third-party dependencies that aren't compatible with Python 3.11? |
The most up-to-date list will be in #31170. Currently it's llvmlite, numba, pyarrow, scikit-learn, tensorflow, torch, miniconda though not all of them are strict dependencies. There are also other packages that have 3.11 versions but they are incompatible with current ray code (such as pydantic). |
There is now an experimental Python3.11 Linux ray3.0.0 wheel file at https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp311-cp311-manylinux2014_x86_64.whl |
@scv119 Why is this issue closed? I'm not seeing a Python 3.11 wheel on PyPI. |
svc119 mentioned that the current plan is to have 3.11 experimental wheels for 2.3 release / you can get nightly release wheels from here: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp311-cp311-manylinux2014_x86_64.whl (btw, nice to see you csko, long time no see!) |
The links are also in the master docs https://docs.ray.io/en/master/ray-overview/installation.html#daily-releases-nightlies, which will become the "latest" docs when 2.3 is released :) |
Any timeframe on the 2.3 release? Ideally I would want to have the upgrade to Python 3.11 separate from the upgrade to Ray 2.3. |
We are roughly targeting mid Feb :) |
2.3 is out! |
Still no version of ray available for Windows 11 Python3.11? I see a lot of comments around january that one is working on it, but in the end I can't find it. I read somewhere that the windows 11 version is still experimental, but I couldn't find that experimental version either. Somebody a clue? I'm blocked now, since I want to use gpt-2 of Huggingface, which needs runhouse, which needs ray. I cannot go back to python3.10 because then other things are not compatible, and the same goes for Windows 11. Windows 11 was released in Oct 2011, that's about two years ago, Python3.11 in oct 2022, that's also 9 months ago. Any chance for a solution here? High regards, Hans |
Hi, why is this issue closed when there are still no Python 3.11 wheels for Windows? Any idea when this is going to happen? |
because of general lack of support for Windows (windows in general seems to be treated as 2nd class citizen in open source projects)..i've converted my projects to run in a linux environment using docker desktop..and created a dev-container to develop in using vscode. It may be a solution to deal w/ this frustration you are encountering... |
"windows + python = pain" |
We will be shipping windows 3.11 wheels in the coming release of 2.6 It was blocked by some CI dependency we had which recently supported 3.11. Down the road, we are optimizing the set of dependencies we rely on so we could get support for new python versions ASAP. |
Windows wheel can't be installed in Python 3.11 |
Hi @nrudakov - could you provide a bit more in your env setup and ray version? And what's the error message? |
Description
Add support for Ray with python 3.11.
Python 3.11.0rc1 release 2022-08-02
Official release planned for Monday 2022-10-03
Use case
ref: https://www.python.org/downloads/release/python-3110rc1/
We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.11 compatibilities during this phase.
The text was updated successfully, but these errors were encountered: