aspell-python安装错误

iNi*_*kkz 4 python installation ubuntu aspell

我正在尝试安装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
Run Code Online (Sandbox Code Playgroud)

GCC已经安装了版本gcc(Ubuntu/Linaro 4.7.2-2ubuntu1)4.7.2

libaspell15已经安装

iNi*_*kkz 9

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