Ray wheel not supported

Hello,

I am trying to build python files under conda env but I get the below error on RHEL 8 VM that I am running:

pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl
ERROR: ray-2.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl is not a supported wheel on this platform.

$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)

Can you please help?

Thanks

Could you post:

  1. python version
  2. pip version
    ?

Please find below the details:

pip --version
pip 21.0.1 from /home/asm/anaconda3/envs/ray130/lib/python3.7/site-packages/pip (python 3.7)

$ python --version
Python 3.7.10

It seems you are installing a 3.8 wheel on a 3.7 python version

1 Like

Thanks, I have followed documentation, can you shared a working command for python 3.7 please?

I tried running the below command, it works:

$ pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl

Sorry for the confusion, thanks for helping!

1 Like