私は自分の講義のプロジェクトに取り掛かっています。使用中のpostgresqlデータベースを操作するには、パッケージpsycopg2をダウンロードする必要があります。 psycopg2をインストールしようとすると、次のエラーが表示されます。pipインストールでpsycopg2パッケージをインストールできません...これはSierraのためですか?
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang' failed with exit status 1
これはなぜ起こっているのですか?シエラはいくつかのパッケージをサポートしていないからですか?前もって感謝します!
ありがとうございました! – stedotmartin
Worked!ありがとう。 :) – Paul
xcodeのインストールは、私がそれを動作させるのに十分であった。よく見る。 –