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

Issue installing on macOS Mojave v10.14.5 #626

Open
oscaco opened this issue May 28, 2019 · 1 comment
Open

Issue installing on macOS Mojave v10.14.5 #626

oscaco opened this issue May 28, 2019 · 1 comment

Comments

@oscaco
Copy link

oscaco commented May 28, 2019

Hi all,
I've been getting this error when trying to install via easy_install.

cc -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.14-intel-2.7/build/temp.macosx-10.14-intel-2.7/_openssl.o -lssl -lcrypto -o build/lib.macosx-10.14-intel-2.7/cryptography/hazmat/bindings/_openssl.so
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: Setup script exited with error: command 'cc' failed with exit status 1

Anyone encounter something like this, any and all help would be appreciated :).

@vtadigotla
Copy link

It looks like you're missing the OpenSSL libraries. You could install them via HomeBrew.

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

2 participants