Установка Cython не находит файл Python.h?

I хотел установить cython на мою Ubuntu 12.04 и я ввел в терминал

sudo easy_install cython

в ответ, я получаю следующую ошибку:

Searching for cython  
Reading http://pypi.python.org/simple/cython/  
Reading http://www.cython.org  
Reading http://cython.org  
Best match: Cython 0.16  
Downloading http://www.cython.org/release/Cython-0.16.zip  
Processing Cython-0.16.zip  
Running Cython-0.16/setup.py -q bdist_egg --dist-dir /tmp/easy_install-VzJ0lH/Cython-0.16/egg-dist-tmp-BMJs3p  
Compiling module Cython.Plex.Scanners...  
Compiling module Cython.Plex.Actions...  
Compiling module Cython.Compiler.Lexicon...  
Compiling module Cython.Compiler.Scanning...  
Compiling module Cython.Compiler.Parsing...  
Compiling module Cython.Compiler.Visitor...  
Compiling module Cython.Compiler.FlowControl...  
Compiling module Cython.Compiler.Code...  
Compiling module Cython.Runtime.refnanny...  
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'  
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'  
warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'  
warning: no files found matching '*.pxd' under directory 'Cython/Utility'  
warning: no files found matching '*.h' under directory 'Cython/Utility'  
warning: no files found matching '.cpp' under directory 'Cython/Utility'  
/tmp/easy_install-VzJ0lH/Cython-0.16/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: El fitxer o directori no existeix  
compilation terminated.  
error: Setup script exited with error: command 'gcc' failed with exit status 1  

извините за каталан здесь, но El fitxer o directoryi no existseix означает, что файл не существует

я думаю, что, возможно, я что-то упустил или не знаю

у кого-нибудь еще есть такая же проблема? или знаете как правильно установить?

8
задан mgilson 23 April 2012 в 15:41
поделиться