You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remote: Traceback (most recent call last):
remote: File "/app/tmp/buildpacks/779a8bbfbbe7e1b715476c0b23fc63a2103b3e4131eda558669aba8fb5e6e05682419376144189b29beb5dee6d7626b4d3385edb0954bffea6c67d8cf622fd51/vendor/pip-pop/pip-diff", line 15, in<module>
remote: from pip.req import parse_requirements
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/req/__init__.py", line 3, in<module>
remote: from .req_install import InstallRequirement
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/req/req_install.py", line 25, in<module>
remote: import pip.wheel
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/wheel.py", line 28, in<module>
remote: from pip.download import path_to_url, unpack_url
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/download.py", line 40, in<module>
remote: from pip._vendor import requests, six
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 83, in<module>
remote: from pip._internal.compat import WINDOWS
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/__init__.py", line 42, in<module>
remote: from pip._internal import cmdoptions
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/cmdoptions.py", line 16, in<module>
remote: from pip._internal.index import (
remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/index.py", line 15, in<module>
remote: from pip._vendor import html5lib, requests, six
remote: ImportError: cannot import name requests
remote: mount: can't find failure.bad-requirements in /etc/fstab or /etc/mtabremote: -----> Installing requirements with pipremote: Traceback (most recent call last):remote: File "/app/.heroku/python/bin/pip", line 7, in <module>remote: from pip._internal import mainremote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/__init__.py", line 42, in <module>remote: from pip._internal import cmdoptionsremote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/cmdoptions.py", line 16, in <module>remote: from pip._internal.index import (remote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_internal/index.py", line 15, in <module>remote: from pip._vendor import html5lib, requests, sixremote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 86, in <module>remote: from pip._vendor.urllib3.contrib import pyopensslremote: File "/app/.heroku/python/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>remote: import OpenSSL.SSLremote: File "/app/.heroku/python/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>remote: from OpenSSL import rand, crypto, SSLremote: File "/app/.heroku/python/lib/python2.7/site-packages/OpenSSL/SSL.py", line 118, in <module>remote: SSL_ST_INIT = _lib.SSL_ST_INITremote: AttributeError: 'module' object has no attribute 'SSL_ST_INIT'remote: ! Push rejected, failed to compile Python app.remote:remote: ! Push failed
We are not able to release our latest code to heroku due to this. Could you please look into it?
The text was updated successfully, but these errors were encountered:
We are not able to release our latest code to heroku due to this. Could you please look into it?
The text was updated successfully, but these errors were encountered: