Kivy_deps.glew.whl 此版本不支持轮子

Kivy_deps.glew.whl is not a supported wheel on this version

我试图用

安装 kivy_deps.glew(version).whl

pip install absolute/path/to/file/kivy_deps.glew

我得到这个错误:

kivy_deps.glew(version).whl is not a supported wheel on this version

我在网上搜索了一下,看到有人说问题是因为你应该有python 2.7,我有python 3.7。 glew的版本是cp27。所以如果这是问题如何同时安装 python 2.7 和 3.7 以及如何将它们与 pip 一起使用。(即也许你可以使用

pip2.7 install

对于python 2.7 和

pip install

对于python3.7

P.S:我的电脑没有互联网连接,这就是我使用 wheel 文件安装它的原因。我已经安装了除 glew 和 sdl2 之外的所有依赖项。如果 python 3.7 这两个文件有任何非官方文件,请 link 他们。 我知道这个问题之前在 Whosebug 中被问过,但我没有从中得到任何解决方案(它只有 1 个答案) 更新:我卸载了 python 3.7 并安装了 python 2.7,但是 pip 和 python 不是 cmd 中的命令,因为 python 2.7 没有 pip。所以我重新安装了python 3.7

我修好了。刚刚将文件名 cp27 更改为 cp37