We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using Homebrew Python 2.7
After execute this command
pip install -r requirements.txt
I got this
OpenSSL/crypto/crl.c:6:23: error: static declaration of 'X509_REVOKED_dup' follows non-static declaration static X509_REVOKED * X509_REVOKED_dup(X509_REVOKED *orig) { ^ /usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev); ^ 1 error generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Command "/usr/local/opt/python/bin/python2.7 -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-mk9jH8/pyOpenSSL/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-WMIzPp-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-mk9jH8/pyOpenSSL
The text was updated successfully, but these errors were encountered:
I found the solution for this: Change the last line in requirements.txt to this pyOpenSSL==0.14
pyOpenSSL==0.14
Sorry, something went wrong.
Thanks @nntoan, I'll look into this. It's possible that @awhitehatter specified the wrong pyOpenSSL version in the requirements file.
OSX!!!!!!
rather try: python -m pip install -r requirements.txt python zarp.py
No branches or pull requests
I'm using Homebrew Python 2.7
After execute this command
I got this
The text was updated successfully, but these errors were encountered: