【问题标题】:Cannot install RAY无法安装 RAY
【发布时间】:2019-07-02 10:32:24
【问题描述】:

来自 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

如果能找到解决方法或解决此问题,那就太好了。谢谢

【问题讨论】:

  • 我查看了 ray 文档,他们似乎没有在任何地方提到 windows,我开始怀疑它是否与 windows 兼容。
  • 确实不兼容windows。或许很快就会有适用于 windows 的光线分布
  • 现在应该支持windows了!

标签: python python-3.x pandas ray modin


【解决方案1】:

更新: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

【讨论】:

  • 你对 ray on windows 子系统 for linux 和 ray 在适当 linux 上的时间进行比较吗?
【解决方案2】:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-01-18
    • 1970-01-01
    • 2021-07-26
    • 2020-10-12
    • 2023-01-30
    • 2014-01-08
    • 2011-10-17
    • 2018-06-04
    相关资源
    最近更新 更多