-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[data] Windows Python 3.11 cannot install due to pyarrow version pin #38300
Comments
I get the same error, would love to update to Python 3.11. |
Same problem with 2.7.0 and 2.7.1 |
@c21 I think this is technically due to a requirement from Ray Data? Lines 232 to 236 in 2104d63
A few options:
|
Discussed with @matthewdeng offline, we are thinking we can probably make the version check optional. The only risk you running PyArrow 7+ on Windows, is that you will have significant performance regression when using Ray Data. But if your workload is not using Ray Data, it's fine to ignore. |
The action items to be addressed are:
|
Hi there, thanks for your work on this. We just wanted to report that this error is also tripping PyCaret's CI when attempting to add Python 3.11 to the test matrix. With kind regards, /cc @Yard1 References |
@mattip followed up with @scottjlee and assigned to you; can you please take up the action item that Scott laid out two comments up? |
Toward fixing #38300 PR #29993 added a local ray fix for issue apache/arrow#26685, but at the time windows failed the tests with pyarrow7. In issue #38300 the suggested fix was to release the pin. Signed-off-by: mattip <matti.picus@gmail.com> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Closing since #42097 was merged. Please open a new issue if this causes performance problems |
What happened + What you expected to happen
pip install ray[tune]
exits with an error when running on Windows Python 3.11.Installation succeeds on Python 3.10.
Versions / Dependencies
ray[tune] 2.6.1 2.6.2, Python 3.11.4, Windows 11 Business 22H2 22621.2134, pip 23.2.1, setuptools 68.0.0
Reproduction script
pip install ray[tune]
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: