2014-10-17 97 views
2

我正在嘗試安裝aspell-python軟件包進行拼寫糾正。 安裝包裝時面臨問題aspell-python安裝錯誤

錯誤:

python setup.py install 
running install 
running build 
running build_ext 
building 'aspell' extension 
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c aspell.c -o build/temp.linux-i686-2.7/aspell.o 
aspell.c:53:20: fatal error: aspell.h: No such file or directory 
compilation terminated. 
error: command 'gcc' failed with exit status 1 

GCC已經安裝版本GCC(Ubuntu的/ Linaro的4.7.2-2ubuntu1)4.7.2

libaspell15已經安裝

回答

5

需要安裝sudo apt-get install libaspell-dev

+0

@SSA,我可能是錯的,但我認爲Nikkz剛剛回答了他們自己的問題。在這種情況下,它是有效的。 – DB5 2014-10-17 08:58:24