Ray library from RISE lab (https://rise.cs.berkeley.edu/blog/pandas-on-ray/)
I am using Windows 10 Pro, 64-bit and running these scripts from Anaconda prompt.
I have tried both
pip install ray
and
pip3 install ray
with the same result
Collecting ray
Could not find a version that satisfies the requirement ray (from versions:
)
No matching distribution found for ray
It would be great to find a workaround or troubleshooting this. Thanks