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?