Failed to update dependencies to their latest version
Closed this issue · 1 comments
sesheta commented
Automatic dependency update failed for the current master with SHA df83878.
The automatic dependency management cannot continue. Please fix errors reported bellow.
Command
$ pipenv update --dev
Standard output
Running $ pipenv lock then $ pipenv sync.
Installing dependencies from Pipfile.lock (65b594)…
Installing initially failed dependencies…
Standard error
Creating a virtualenv for this project…
Pipfile: /tmp/tmpzdvwahys/Pipfile
Using /home/user/.local/share/virtualenvs/user-5PivF_Od/bin/python (3.6.8) to create virtualenv…
created virtual environment CPython3.6.8.final.0-64 in 421ms
creator CPython3Posix(dest=/tmp/tmpzdvwahys/.venv, clear=False, global=False)
seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmp__kc04n_/seed-app-data/v1.0.1)
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
Virtualenv location: /tmp/tmpzdvwahys/.venv
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock (65b594)!
An error occurred while installing cryptography==2.9.1 --hash=sha256:ce0bd68b4b946bd4bcebc3d4d1325bf0e938e445ae18cedddd60e33dd85a368e! Will try again.
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 2611, in do_sync
[pipenv.exceptions.InstallError]: system=system,
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 1253, in do_init
[pipenv.exceptions.InstallError]: pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 859, in do_install_dependencies
[pipenv.exceptions.InstallError]: retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 763, in batch_install
[pipenv.exceptions.InstallError]: _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Collecting cryptography==2.9.1', ' Using cached cryptography-2.9.1.tar.gz (517 kB)', ' Installing build dependencies: started', " Installing build dependencies: finished with status 'done'", ' Getting requirements to build wheel: started', " Getting requirements to build wheel: finished with status 'done'", ' Preparing wheel metadata: started', " Preparing wheel metadata: finished with status 'done'", 'Building wheels for collected packages: cryptography', ' Building wheel for cryptography (PEP 517): started', " Building wheel for cryptography (PEP 517): finished with status 'error'", 'Failed to build cryptography']
[pipenv.exceptions.InstallError]: ['ERROR: Command errored out with exit status 1:', ' command: /tmp/tmpzdvwahys/.venv/bin/python /tmp/tmpzdvwahys/.venv/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpg1tdi4r4', ' cwd: /tmp/pip-install-vyw115_3/cryptography', ' Complete output (139 lines):', ' running bdist_wheel', ' running build', ' running build_py', ' creating build', ' creating build/lib.linux-x86_64-3.6', ' creating build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' creating build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', ' copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' running egg_info', ' writing src/cryptography.egg-info/PKG-INFO', ' writing dependency_links to src/cryptography.egg-info/dependency_links.txt', ' writing requirements to src/cryptography.egg-info/requires.txt', ' writing top-level names to src/cryptography.egg-info/top_level.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 found matching 'vectors'", " warning: no previously-included files matching '*' found under directory 'vectors'", " warning: no previously-included files found matching 'azure-pipelines.yml'", " warning: no previously-included files found matching '.azure-pipelines'", " warning: no previously-included files found matching '.travis.yml'", " warning: no previously-included files found matching '.travis'", " warning: no previously-included files matching '*' found under directory '.azure-pipelines'", " warning: no previously-included files matching '*' found under directory '.travis'", " warning: no previously-included files found matching 'release.py'", " warning: no previously-included files found matching '.coveragerc'", " warning: no previously-included files found matching 'codecov.yml'", " warning: no previously-included files found matching 'dev-requirements.txt'", " warning: no previously-included files found matching 'rtd-requirements.txt'", " warning: no previously-included files found matching 'tox.ini'", " writing manifest file 'src/cryptography.egg-info/SOURCES.txt'", ' warning: build_py: byte-compiling is disabled, skipping.', ' ', ' running build_ext', " generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'", ' creating build/temp.linux-x86_64-3.6', " generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'", " generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'", " building '_openssl' extension", ' creating build/temp.linux-x86_64-3.6/build', ' creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6', ' gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/tmpzdvwahys/.venv/include -I/usr/include/python3.6m -c build/temp.linux-x86_64-3.6/_openssl.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion', ' build/temp.linux-x86_64-3.6/_openssl.c:546:10: fatal error: openssl/opensslv.h: No such file or directory', ' #include <openssl/opensslv.h>', ' ^~~~~~~~~~~~~~~~~~~~', ' compilation terminated.', " error: command 'gcc' failed with exit status 1", ' ----------------------------------------', ' ERROR: Failed building wheel for cryptography', 'ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly']
ERROR: ERROR: Package installation failed...
Environment details
Kebechet version: 1.0.0
Python version: 3.6.8
Platform: Linux-3.10.0-957.21.2.el7.x86_64-x86_64-with-redhat-8.1-Ootpa
pipenv version: pipenv, version 2018.11.26
Dependency graph
Unable to obtain dependency graph:
An error occurred while installing igitt! Will try again.
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 1874, in do_install
[pipenv.exceptions.InstallError]: keep_outdated=keep_outdated
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 1253, in do_init
[pipenv.exceptions.InstallError]: pypi_mirror=pypi_mirror,
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 859, in do_install_dependencies
[pipenv.exceptions.InstallError]: retry_list, procs, failed_deps_queue, requirements_dir, **install_kwargs
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 763, in batch_install
[pipenv.exceptions.InstallError]: _cleanup_procs(procs, not blocking, failed_deps_queue, retry=retry)
[pipenv.exceptions.InstallError]: File "/home/user/.local/share/virtualenvs/user-5PivF_Od/lib/python3.6/site-packages/pipenv/core.py", line 681, in _cleanup_procs
[pipenv.exceptions.InstallError]: raise exceptions.InstallError(c.dep.name, extra=err_lines)
[pipenv.exceptions.InstallError]: ['Requirement already up-to-date: igitt in ./.venv/lib/python3.6/site-packages (0.4.2.dev20181124173755)', 'Requirement already satisfied, skipping upgrade: PyJWT~=1.6.4 in ./.venv/lib/python3.6/site-packages (from igitt) (1.6.4)', 'Requirement already satisfied, skipping upgrade: pytz~=2018.4 in ./.venv/lib/python3.6/site-packages (from igitt) (2018.9)', 'Requirement already satisfied, skipping upgrade: git-url-parse~=1.1.0 in ./.venv/lib/python3.6/site-packages (from igitt) (1.1.0)', 'Requirement already satisfied, skipping upgrade: backoff~=1.4.3 in ./.venv/lib/python3.6/site-packages (from igitt) (1.4.3)', 'Requirement already satisfied, skipping upgrade: setuptools>=21.0.0 in ./.venv/lib/python3.6/site-packages (from igitt) (46.1.3)', 'Requirement already satisfied, skipping upgrade: GitPython~=2.1.8 in ./.venv/lib/python3.6/site-packages (from igitt) (2.1.15)', 'Requirement already satisfied, skipping upgrade: requests-oauthlib~=1.0.0 in ./.venv/lib/python3.6/site-packages (from igitt) (1.0.0)', 'Requirement already satisfied, skipping upgrade: beautifulsoup4~=4.6.0 in ./.venv/lib/python3.6/site-packages (from igitt) (4.6.3)', 'Collecting cryptography<3,>=2.1.4', ' Using cached cryptography-2.9.1.tar.gz (517 kB)', ' Installing build dependencies: started', " Installing build dependencies: finished with status 'done'", ' Getting requirements to build wheel: started', " Getting requirements to build wheel: finished with status 'done'", ' Preparing wheel metadata: started', " Preparing wheel metadata: finished with status 'done'", 'Collecting requests~=2.19.1', ' Using cached requests-2.19.1-py2.py3-none-any.whl (91 kB)', 'Requirement already satisfied, skipping upgrade: pbr in ./.venv/lib/python3.6/site-packages (from git-url-parse~=1.1.0->igitt) (5.4.5)', 'Requirement already satisfied, skipping upgrade: gitdb2<3,>=2 in ./.venv/lib/python3.6/site-packages (from GitPython~=2.1.8->igitt) (2.0.6)', 'Requirement already satisfied, skipping upgrade: oauthlib>=0.6.2 in ./.venv/lib/python3.6/site-packages (from requests-oauthlib~=1.0.0->igitt) (3.1.0)', 'Requirement already satisfied, skipping upgrade: six>=1.4.1 in ./.venv/lib/python3.6/site-packages (from cryptography<3,>=2.1.4->igitt) (1.14.0)', 'Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in ./.venv/lib64/python3.6/site-packages (from cryptography<3,>=2.1.4->igitt) (1.14.0)', 'Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in ./.venv/lib/python3.6/site-packages (from requests~=2.19.1->igitt) (2020.4.5.1)', 'Requirement already satisfied, skipping upgrade: urllib3<1.24,>=1.21.1 in ./.venv/lib/python3.6/site-packages (from requests~=2.19.1->igitt) (1.23)', 'Requirement already satisfied, skipping upgrade: idna<2.8,>=2.5 in ./.venv/lib/python3.6/site-packages (from requests~=2.19.1->igitt) (2.7)', 'Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2 in ./.venv/lib/python3.6/site-packages (from requests~=2.19.1->igitt) (3.0.4)', 'Requirement already satisfied, skipping upgrade: smmap2>=2.0.0 in ./.venv/lib/python3.6/site-packages (from gitdb2<3,>=2->GitPython~=2.1.8->igitt) (3.0.1)', 'Requirement already satisfied, skipping upgrade: pycparser in ./.venv/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography<3,>=2.1.4->igitt) (2.20)', 'Requirement already satisfied, skipping upgrade: smmap>=3.0.1 in ./.venv/lib/python3.6/site-packages (from smmap2>=2.0.0->gitdb2<3,>=2->GitPython~=2.1.8->igitt) (3.0.2)', 'Building wheels for collected packages: cryptography', ' Building wheel for cryptography (PEP 517): started', " Building wheel for cryptography (PEP 517): finished with status 'error'", 'Failed to build cryptography']
[pipenv.exceptions.InstallError]: ['ERROR: Command errored out with exit status 1:', ' command: /tmp/tmpzdvwahys/.venv/bin/python /tmp/tmpzdvwahys/.venv/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpxp17hrf1', ' cwd: /tmp/pip-install-z8blt_q3/cryptography', ' Complete output (139 lines):', ' running bdist_wheel', ' running build', ' running build_py', ' creating build', ' creating build/lib.linux-x86_64-3.6', ' creating build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.6/cryptography', ' copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.6/cryptography', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/_der.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' copying src/cryptography/hazmat/_oid.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat', ' creating build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.6/cryptography/x509', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', ' copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/ocsp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/backends/openssl', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/bindings/openssl', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/asymmetric', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/ciphers', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/kdf', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/serialization', ' creating build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.6/cryptography/hazmat/primitives/twofactor', ' running egg_info', ' writing src/cryptography.egg-info/PKG-INFO', ' writing dependency_links to src/cryptography.egg-info/dependency_links.txt', ' writing requirements to src/cryptography.egg-info/requires.txt', ' writing top-level names to src/cryptography.egg-info/top_level.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 found matching 'vectors'", " warning: no previously-included files matching '*' found under directory 'vectors'", " warning: no previously-included files found matching 'azure-pipelines.yml'", " warning: no previously-included files found matching '.azure-pipelines'", " warning: no previously-included files found matching '.travis.yml'", " warning: no previously-included files found matching '.travis'", " warning: no previously-included files matching '*' found under directory '.azure-pipelines'", " warning: no previously-included files matching '*' found under directory '.travis'", " warning: no previously-included files found matching 'release.py'", " warning: no previously-included files found matching '.coveragerc'", " warning: no previously-included files found matching 'codecov.yml'", " warning: no previously-included files found matching 'dev-requirements.txt'", " warning: no previously-included files found matching 'rtd-requirements.txt'", " warning: no previously-included files found matching 'tox.ini'", " writing manifest file 'src/cryptography.egg-info/SOURCES.txt'", ' warning: build_py: byte-compiling is disabled, skipping.', ' ', ' running build_ext', " generating cffi module 'build/temp.linux-x86_64-3.6/_padding.c'", ' creating build/temp.linux-x86_64-3.6', " generating cffi module 'build/temp.linux-x86_64-3.6/_constant_time.c'", " generating cffi module 'build/temp.linux-x86_64-3.6/_openssl.c'", " building '_openssl' extension", ' creating build/temp.linux-x86_64-3.6/build', ' creating build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6', ' gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/tmp/tmpzdvwahys/.venv/include -I/usr/include/python3.6m -c build/temp.linux-x86_64-3.6/_openssl.c -o build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_openssl.o -Wconversion -Wno-error=sign-conversion', ' build/temp.linux-x86_64-3.6/_openssl.c:546:10: fatal error: openssl/opensslv.h: No such file or directory', ' #include <openssl/opensslv.h>', ' ^~~~~~~~~~~~~~~~~~~~', ' compilation terminated.', " error: command 'gcc' failed with exit status 1", ' ----------------------------------------', ' ERROR: Failed building wheel for cryptography', 'ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly']
ERROR: ERROR: Package installation failed...
Notes
For more information, see Pipfile and Pipfile.lock.
Once this issue is resolved, the issue will be automatically closed by bot.