मै भागा
sudo pip install psycopg2
और मुझे लगता है कि उत्पादन का एक गुच्छा मिलता है:
cc -DNDEBUG -g -fwrapv -Os .....
.....
cc -DNDEBUG -g -fwrapv -Os .....
.....
और अंत में यह कहता है:
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/bz/pvj1g9xj16d10pjjgbrfl3fw0000gn/T/pip_build_root/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/bz/pvj1g9xj16d10pjjgbrfl3fw0000gn/T/pip-uE3thn-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/bz/pvj1g9xj16d10pjjgbrfl3fw0000gn/T/pip_build_root/psycopg2
Storing debug log for failure in /Users/Tyler/Library/Logs/pip.log
Easy_install चल रहा है या इसे स्रोत से करना दोनों ही मुझे अंत में एक ही त्रुटि देते हैं (लाइब्रेरी के बारे में हिस्सा -lssl के लिए नहीं मिला है)।
चल रहा है काढ़ा स्थापित (या उन्नयन) खुलता नीचे उपज देता है
$ brew upgrade openssl
Error: openssl-1.0.1h already installed
क्या कोई मेरी मदद कर सकता है?