LoginSignup
2

More than 3 years have passed since last update.

pythonでpsycopg2のインストールでエラー出た時の対処法のメモ

Last updated at Posted at 2019-04-17

pip install django-heroku
を実行した時に

Command "python setup.py egg_info" failed with error code 1
のエラーが出てインストールされない時

brew install postgresql
して

export PATH="/usr/pgsql-9.4/bin:$PATH"

するといける。

参考
http://h2shiki.hateblo.jp/entry/2016/05/05/210738

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
2