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
Cannot install RAY
提问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:
他们建议使用适用于 Linux的Windows 子系统作为最有效的解决方法: