无法安装RAY

时间:2019-02-08 07:55:29

标签: python python-3.x pandas

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

我正在使用Windows 10 Pro(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

找到解决方法或对此进行故障排除非常好。谢谢

3 个答案:

答案 0 :(得分:7)

答案 1 :(得分:1)

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

答案 2 :(得分:0)

您使用的是什么版本的点子?使用以下方法进行检查:

pip --version

尝试使用以下方法升级您的pip版本:

sudo pip install -U pip

有关类似问题,请参见https://github.com/ray-project/ray/issues/639