Installing Ray in Python 3.11.2

Hello,

I have Python 3.11.2 installed and when executing the install command for Ray, I get the following error message:

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

also trying the following does not help:
pip install Ray
ERROR: Could not find a version that satisfies the requirement Ray (from versions: none)
ERROR: No matching distribution found for Ray

I think this is because I am using the most recent version of Python 3.11.2.

I found this page describing the necessary installation process for Ray and it does not list Python 3.11:
https://docs.ray.io/en/latest/ray-overview/installation.html

Can you please tell me if I am right or not? Will the next release of Ray be installable with respect to Python 3.11.2?

Many thanks in advance!

Regards,
Peter

1 Like

cc @rickyyx . Python 3.11 support is experimental right now Installing Ray — Ray 2.3.0

1 Like

I am trying to install ray 1.11.1 in vscode using PowerShell terminal by pip install ray==1.11.1. And it shows the errors following:
ERROR: Could not find a version that satisfies the requirement ray==1.11.1 (from versions: 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0rc0)
ERROR: No matching distribution found for ray==1.11.1