Error while installing ray in JupyterLab

I’m using JupyterLab and when I do

!pip install ray

I get this error:

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

My pip version is: pip-22.3.1
My python version is: Python 3.7.10

The docker image that I use is the one below:
glue_jupyter_lab amazon/aws-glue-libs:glue_libs_3.0.0_image_01 /home/glue_user/jupyter/jupyter_start.sh’

What do you think that could be the problem?

It seems that this docker image is provided by AWS Glue. Have you reached out to them and reported this issue?

One idea: Check the python version required by the ray in this image and see if it’s 3.7

cc: @sangcho

Also is the image public or something you should use internally? Maybe ray is just not accessbile from your environment?