Skip to content
New issue

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

Can't install Zarp OS X 10.10 #25

Open
nntoan opened this issue Jun 24, 2015 · 4 comments
Open

Can't install Zarp OS X 10.10 #25

nntoan opened this issue Jun 24, 2015 · 4 comments

Comments

@nntoan
Copy link

nntoan commented Jun 24, 2015

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
@nntoan
Copy link
Author

nntoan commented Jun 24, 2015

I found the solution for this:
Change the last line in requirements.txt to this pyOpenSSL==0.14

@hatRiot
Copy link
Owner

hatRiot commented Jun 24, 2015

Thanks @nntoan, I'll look into this. It's possible that @awhitehatter specified the wrong pyOpenSSL version in the requirements file.

@hatRiot hatRiot mentioned this issue Oct 5, 2016
Closed
@ghost
Copy link

ghost commented Oct 8, 2016

OSX!!!!!!

@krishpranav
Copy link

rather try:
python -m pip install -r requirements.txt
python zarp.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants