psycopg2 install

pip install psycopg2

Installing collected packages: psycopg2
Running setup.py install for psycopg2 ... error
ERROR: Command errored out with exit status 1:

上記エラーの場合は下記を実行
pip install psycopg2-binary

????