LoginSignup
0
0

More than 5 years have passed since last update.

Pythonでpsycopg2をインストールしようとしたときにエラー

Last updated at Posted at 2016-10-19

Screen Shot 2016-10-19 at 14.23.33.png

こんなのが出て、psycopg2をimportしようとしても、importできなかった。
Stack overflowで見かけた、$DYLD_LIBRARY_PATHを変えるという方法も全く役に立たず。。。

仕方がなく、
pip uninstall psycopg2
して、ダメ元で、
conda install psycopg2

したら何と動いた....何でだろう(@_@)

0
0
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0