16

RISE 实验室的 Ray 库 ( https://rise.cs.berkeley.edu/blog/pandas-on-ray/ )

我正在使用 64 位 Windows 10 Pro 并从 Anaconda 提示符运行这些脚本。

我都试过了

pip install ray 

pip3 install ray

结果相同

Collecting ray
Could not find a version that satisfies the requirement ray (from versions: 
)
No matching distribution found for ray

找到解决方法或对此进行故障排除会很棒。谢谢

4

2 回答 2

21

更新:Ray 现在确实支持 Windows 的实验能力!

请参阅此处的 Windows 安装说明:

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


Ray 不支持 Windows:

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

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

他们建议使用适用于 Linux 的 Windows 子系统作为最有效的解决方法:

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

于 2019-04-04T11:15:50.720 回答
10

Ray for Windows 现已推出...

https://pypi.org/project/ray/

https://docs.ray.io/en/master/installation.html

于 2020-07-01T04:39:21.833 回答