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
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 :).
The text was updated successfully, but these errors were encountered:
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 :).
The text was updated successfully, but these errors were encountered: