Created
July 3, 2017 18:06
-
-
Save SohanTirpude/cf8468f791dadae90840c725448886ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(pywebpush) kapil@sohan:~/Projects/pywebpush$ bin/pip install -r requirements.txt | |
Collecting cryptography<1.10,>=1.8.1 (from -r requirements.txt (line 1)) | |
/home/kapil/Projects/pywebpush/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. | |
SNIMissingWarning | |
/home/kapil/Projects/pywebpush/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. | |
InsecurePlatformWarning | |
Using cached cryptography-1.9.tar.gz | |
Collecting http-ece>=1.0.1 (from -r requirements.txt (line 2)) | |
Collecting requests>=2.13.0 (from -r requirements.txt (line 3)) | |
Using cached requests-2.18.1-py2.py3-none-any.whl | |
Collecting py-vapid>=1.2.5 (from -r requirements.txt (line 4)) | |
Requirement already satisfied: idna>=2.1 in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Requirement already satisfied: asn1crypto>=0.21.0 in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Requirement already satisfied: six>=1.4.1 in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Requirement already satisfied: enum34 in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Requirement already satisfied: ipaddress in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Requirement already satisfied: cffi>=1.7 in ./lib/python2.7/site-packages (from cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Collecting urllib3<1.22,>=1.21.1 (from requests>=2.13.0->-r requirements.txt (line 3)) | |
Using cached urllib3-1.21.1-py2.py3-none-any.whl | |
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.13.0->-r requirements.txt (line 3)) | |
Using cached chardet-3.0.4-py2.py3-none-any.whl | |
Collecting certifi>=2017.4.17 (from requests>=2.13.0->-r requirements.txt (line 3)) | |
Using cached certifi-2017.4.17-py2.py3-none-any.whl | |
Collecting ecdsa==0.13 (from py-vapid>=1.2.5->-r requirements.txt (line 4)) | |
Using cached ecdsa-0.13-py2.py3-none-any.whl | |
Requirement already satisfied: pycparser in ./lib/python2.7/site-packages (from cffi>=1.7->cryptography<1.10,>=1.8.1->-r requirements.txt (line 1)) | |
Building wheels for collected packages: cryptography | |
Running setup.py bdist_wheel for cryptography ... error | |
Complete output from command /home/kapil/Projects/pywebpush/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-w_yHIL/cryptography/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/tmp0AecCvpip-wheel- --python-tag cp27: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/utils.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/__init__.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/__about__.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/fernet.py -> build/lib.linux-x86_64-2.7/cryptography | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat | |
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat | |
creating build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings | |
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
running egg_info | |
writing requirements to src/cryptography.egg-info/requires.txt | |
writing src/cryptography.egg-info/PKG-INFO | |
writing top-level names to src/cryptography.egg-info/top_level.txt | |
writing dependency_links to src/cryptography.egg-info/dependency_links.txt | |
writing entry points to src/cryptography.egg-info/entry_points.txt | |
reading manifest file 'src/cryptography.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
writing manifest file 'src/cryptography.egg-info/SOURCES.txt' | |
running build_ext | |
generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c' | |
creating build/temp.linux-x86_64-2.7 | |
generating cffi module 'build/temp.linux-x86_64-2.7/_constant_time.c' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c' | |
building '_openssl' extension | |
creating build/temp.linux-x86_64-2.7/build | |
creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7 | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o | |
build/temp.linux-x86_64-2.7/_openssl.c:12:24: fatal error: pyconfig.h: No such file or directory | |
# include <pyconfig.h> | |
^ | |
compilation terminated. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for cryptography | |
Running setup.py clean for cryptography | |
Failed to build cryptography | |
Installing collected packages: cryptography, http-ece, urllib3, chardet, certifi, requests, ecdsa, py-vapid | |
Running setup.py install for cryptography ... error | |
Complete output from command /home/kapil/Projects/pywebpush/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-w_yHIL/cryptography/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-ZPG90D-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/kapil/Projects/pywebpush/include/site/python2.7/cryptography: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/utils.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/__init__.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/__about__.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-2.7/cryptography | |
copying src/cryptography/fernet.py -> build/lib.linux-x86_64-2.7/cryptography | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat | |
copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat | |
creating build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-2.7/cryptography/x509 | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings | |
copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/mac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/openssl | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/kdf | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/ciphers | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/twofactor | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/primitives/asymmetric | |
creating build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-2.7/cryptography/hazmat/backends/openssl | |
running egg_info | |
writing requirements to src/cryptography.egg-info/requires.txt | |
writing src/cryptography.egg-info/PKG-INFO | |
writing top-level names to src/cryptography.egg-info/top_level.txt | |
writing dependency_links to src/cryptography.egg-info/dependency_links.txt | |
writing entry points to src/cryptography.egg-info/entry_points.txt | |
reading manifest file 'src/cryptography.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
writing manifest file 'src/cryptography.egg-info/SOURCES.txt' | |
running build_ext | |
generating cffi module 'build/temp.linux-x86_64-2.7/_padding.c' | |
creating build/temp.linux-x86_64-2.7 | |
generating cffi module 'build/temp.linux-x86_64-2.7/_constant_time.c' | |
generating cffi module 'build/temp.linux-x86_64-2.7/_openssl.c' | |
building '_openssl' extension | |
creating build/temp.linux-x86_64-2.7/build | |
creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7 | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o | |
build/temp.linux-x86_64-2.7/_openssl.c:12:24: fatal error: pyconfig.h: No such file or directory | |
# include <pyconfig.h> | |
^ | |
compilation terminated. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Command "/home/kapil/Projects/pywebpush/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-w_yHIL/cryptography/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-ZPG90D-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/kapil/Projects/pywebpush/include/site/python2.7/cryptography" failed with error code 1 in /tmp/pip-build-w_yHIL/cryptography/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment