安装pyahocorasick跑错解决方案

安装自动化机!

pip install pyahocorasick

报错

Building wheels for collected packages: pyahocorasick
  Building wheel for pyahocorasick (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"'; __file__='"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-4okab7x3
       cwd: /tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/
  Complete output (13 lines):
  running bdist_wheel
  running build
  running build_ext
  building 'ahocorasick' extension
  creating build
  creating build/temp.linux-x86_64-3.6
  gcc -std=gnu99 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DAHOCORASICK_UNICODE= -I/usr/include/python3.6m -c pyahocorasick.c -o build/temp.linux-x86_64-3.6/pyahocorasick.o
  In file included from pyahocorasick.c:13:0:
  common.h:15:20: fatal error: Python.h: No such file or directory
   #include <Python.h>
                      ^
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for pyahocorasick
  Running setup.py clean for pyahocorasick
Failed to build pyahocorasick
Installing collected packages: pyahocorasick
    Running setup.py install for pyahocorasick ... error
    ERROR: Command errored out with exit status 1:
     command: /bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"'; __file__='"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-4i3akm7_/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6m/pyahocorasick
         cwd: /tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/
    Complete output (13 lines):
    running install
    running build
    running build_ext
    building 'ahocorasick' extension
    creating build
    creating build/temp.linux-x86_64-3.6
    gcc -std=gnu99 -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DAHOCORASICK_UNICODE= -I/usr/include/python3.6m -c pyahocorasick.c -o build/temp.linux-x86_64-3.6/pyahocorasick.o
    In file included from pyahocorasick.c:13:0:
    common.h:15:20: fatal error: Python.h: No such file or directory
     #include <Python.h>
                        ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"'; __file__='"'"'/tmp/pip-install-a7xyy_yq/pyahocorasick_59e04555a72c46a7891750d1dacc0b08/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-4i3akm7_/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6m/pyahocorasick Check the logs for full command output.

错误大概的意思是要进行源码安装,但是缺少python.h文件,我们装给他就好了
centos 用户安装

yum install python-devel
yum install python3-devel

ubuntu用户安装

sudo apt-get install python-dev
sudo apt-get install python3-dev
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值