【发布时间】:2017-11-02 17:14:57
【问题描述】:
我运行这个时出错:
pip install kivy
这是错误:
Collecting kivy
Using cached Kivy-1.10.0.tar.gz
Complete output from command python setup.py egg_info:
Using distutils
Cython is missing, it's required for compiling kivy !
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-aHd9E8/kivy/setup.py", line 219, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-aHd9E8/kivy/
所以有人可以帮我安装这个 python 库(如果可能的话,对于 python 2.7),我做了我的研究,我没有找到任何东西。
【问题讨论】:
-
请执行“pip --version”来确定您使用的是哪个版本的pip。
标签: kivy