Can't install ray under pypy3.8 implementation

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

Both normal install and whl installl doesn’t work
pypy -m pip install ray
ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray
pypy -m pip install “C:\Users\harry\Downloads\ray-3.0.0.dev0-cp38-cp38-win_amd64.whl”
ERROR: ray-3.0.0.dev0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
please help not sure what to do.

Try:

pip install ray==1.13.1