240 发简信
IP属地:上海
  • Ubuntu18.04 pip install psycopg2报错error问题

    系统环境没有安装postgre sql的的情况下,pip安装 psycopg2会报错👇 这是因为没有pg_config这个文件,解决方法: 1....