Guest User

Untitled

a guest
Oct 23rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl
  2. copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl
  3. copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl
  4. copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.4/cryptography/hazmat/backends/openssl
  5. running egg_info
  6. writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  7. writing requirements to src/cryptography.egg-info/requires.txt
  8. writing src/cryptography.egg-info/PKG-INFO
  9. writing entry points to src/cryptography.egg-info/entry_points.txt
  10. writing top-level names to src/cryptography.egg-info/top_level.txt
  11. warning: manifest_maker: standard file '-c' not found
  12.  
  13. reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  14. reading manifest template 'MANIFEST.in'
  15. no previously-included directories found matching 'docs/_build'
  16. warning: no previously-included files matching '*' found under directory 'vectors'
  17. writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  18. running build_ext
  19. generating cffi module 'build/temp.linux-x86_64-3.4/_padding.c'
  20. creating build/temp.linux-x86_64-3.4
  21. generating cffi module 'build/temp.linux-x86_64-3.4/_constant_time.c'
  22. generating cffi module 'build/temp.linux-x86_64-3.4/_openssl.c'
  23. building '_openssl' extension
  24. creating build/temp.linux-x86_64-3.4/build
  25. creating build/temp.linux-x86_64-3.4/build/temp.linux-x86_64-3.4
  26. gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -
  27. m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c build/temp.linux-x86_64-3.4/_openssl.c -o build/temp.linux-x86_64-3.4/build/temp.linux-x86_64-3.4/_openssl.o
  28. build/temp.linux-x86_64-3.4/_openssl.c:12:24: fatal error: pyconfig.h: No such file or directory
  29. # include <pyconfig.h>
  30. ^
  31. compilation terminated.
  32. error: command 'gcc' failed with exit status 1
  33.  
  34. ----------------------------------------
  35. Command "/usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-blicjn05/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __
  36. file__, 'exec'))" install --record /tmp/pip-j7zv2e4a-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-blicjn05/cryptography/
  37. You are using pip version 8.1.2, however version 9.0.1 is available.
  38. You should consider upgrading via the 'pip install --upgrade pip' command.
  39. The command '/bin/sh -c pip3 install -r requirements.txt' returned a non-zero code: 1
Add Comment
Please, Sign In to add comment