(Mac OS)找不到与ray匹配的分布

时间:2019-12-19 06:48:54

标签: macos pip install ray

所以我一直在尝试在conda环境中点安装ray。这是我使用的代码:

pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -U ray

我收到此错误:

ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray

我在朋友的Mac上尝试了此操作,并且效果很好。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:-1)

我怀疑您有Python 3.8和ray doesn't currently provide wheels for 3.8,仅适用于3.5-3.7,并且没有源代码。

降级到Python 3.7。