Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install RAY

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

like image 440
cube Avatar asked Feb 08 '19 07:02

cube


Video Answer


1 Answers

UPDATE: Ray does support Windows in experimental capacity now!

See Windows installation instructions here:

https://docs.ray.io/en/latest/installation.html#windows-support


Ray does not support Windows:

https://github.com/ray-project/ray/issues/2683

https://github.com/ray-project/ray/issues/631

They propose to use the Windows subsystem for Linux as the most efficient workaround:

https://docs.microsoft.com/en-us/windows/wsl/install-win10

like image 84
Steven Van Dorpe Avatar answered Sep 19 '22 16:09

Steven Van Dorpe