My OS Environment:
OS: Ubuntu 22.04.2 LTS on Windows 10 x86_64
Kernel: 5.15.90.1-microsoft-standard-WSL2
My Pypy Version:
$ pypy3 --version
Python 3.8.13 (7.3.9+dfsg-1, Apr 01 2022, 21:41:47)
[PyPy 7.3.9 with GCC 11.2.0]
I get error when I tried install ray.
$ pypy3 -m pip install ray
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray
I tried this Can’t install ray under pypy3.8 implementation - Ray Core - Ray
But get same error.
Help me plz!