jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

Issue installing on macOS Mojave v10.14.5 #626

Open oscaco opened 5 years ago

oscaco commented 5 years ago

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 commented 5 years ago

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