Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created September 22, 2017 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3w47m88/0680b5334bf725b2e95f6a7fc205814e to your computer and use it in GitHub Desktop.
Save s3w47m88/0680b5334bf725b2e95f6a7fc205814e to your computer and use it in GitHub Desktop.
x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
src/MD2.c:31:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-XZL_9b/pycrypto/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-5trFTg-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-XZL_9b/pycrypto/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment