pandas 无法安装 RAY

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/54588066/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 06:18:55  来源:igfitidea点击:

Cannot install RAY

pythonpython-3.xpandasraymodin

提问by cube

Ray library from RISE lab (https://rise.cs.berkeley.edu/blog/pandas-on-ray/)

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

I am using Windows 10 Pro, 64-bit and running these scripts from Anaconda prompt.

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

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

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

回答by Steven Van Dorpe

Ray does not support Windows:

Ray 不支持 Windows:

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

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

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

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

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

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

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

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