我正在尝试cython
在 Debian“Squeezed”上安装,它给出了这个错误:
/tmp/easy_install-QDDnM0/Cython-0.17.3/Cython/Plex/Scanners.c:7090:18: warning: â__Pyx_CyFunction_Newâ defined but not used [-Wunused-function]
^Cerror: Setup script exited with interrupted
我试图在运行“Raspbian”的树莓派上安装这些依赖项。
sudo apt-get install python2.7 python2.7-dev python-setuptools python-twisted mercurial gcc g++ zope.interface
sudo python -m easy_install cython
sudo python -m easy_install pil
sudo python -m easy_install jinja2