pip安装Postgres报错ERROR: Command errored out with exit status 1

pip安装Postgres客户端报错

输入pip3 install psycopg2
出现报错:
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
解决方法:
pip3 install psycopg2-binary

你可能感兴趣的:(Postgres,postgresql)