pip install psycopg2==2.8.4报错ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-umsabgcl/psycopg2/如下:

pip安装psycopg2失败解决

 

 

解决:

  sudo apt-get install libpq-dev python-dev后再次安装成功。

相关文章:

  • 2021-07-11
  • 2021-05-10
  • 2021-12-16
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-04-25
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-04-01
  • 2021-04-11
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案