pyblake2 安装错误

pyblake2 安装错误

Building wheel for pyblake2 (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6p8ufhqt/pyblake2_23f313a8e7bd48eb90e2d929c0ee5792/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6p8ufhqt/pyblake2_23f313a8e7bd48eb90e2d929c0ee5792/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-8uvi857g
       cwd: /tmp/pip-install-6p8ufhqt/pyblake2_23f313a8e7bd48eb90e2d929c0ee5792/
  Complete output (12 lines):
  running bdist_wheel
  running build
  running build_ext
  building 'pyblake2' extension
  creating build
  creating build/temp.linux-x86_64-3.6
  gcc -pthread -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 -DBLAKE2_COMPRESS_AUTO=1 -I/usr/include/python3.6m -c pyblake2module.c -o build/temp.linux-x86_64-3.6/pyblake2module.o
  pyblake2module.c:10:20: fatal error: Python.h: No such file or directory
   #include <Python.h>
                      ^
  compilation terminated.
  error: command 'gcc' failed with exit status 1

解决方案: 安装对应python版本的python-dev
eg:
ubuntu:

sudo apt-get install python-dev # for python2.x installs
sudo apt-get install python3.6-dev # for python3.5 installs

centos:

安装Python-dev,但是在centos上面没有该包。
因为centos上面Python-dev为Python-devel

sudo yum install python3-devel
安装指定版本:
sudo yum install python36-devel

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值