我想安装 kivy( 链接在这里)用于项目,但是,当尝试使用 pip 安装它所依赖的包时,我收到以下错误:
Could not find a version that satisfies the requirement kivy.deps.sdl2 (from versions: )
No matching distribution found for kivy.deps.sdl2
在 kivy 的网站上进一步阅读后发现,由于某种图形错误,这些库在 Windows 10 上不支持 Python 3.5。该网站说您需要 python 3.4 才能安装它。
这就带来了一个问题:当我已经有 python 3.5 时,如何安装 python 3.4?
原文由 jdanaher 发布,翻译遵循 CC BY-SA 4.0 许可协议
通过转到控制面板卸载 Python 3.5,卸载一个程序,然后查找 Python 3.5,单击它并按卸载。之后下载 Python 3.4。我不知道任何其他方法,但我认为这应该有效。