瑞斯实验室的射线库(https://rise.cs.berkeley.edu/blog/pandas-on-ray/)
我正在使用Windows10Pro,64位,并在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:
https://github.com/ray-project/ray/issues/2683
https://github.com/ray-project/ray/issues/631
他们建议使用Windows Linux子系统作为最有效的解决方案:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
关于python - 无法安装RAY,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/54588066/