摘要: 1. pip安装失败 requirements.txt 注释掉 psycopg2 添加 psycopg2-binary, 如下图 再执行安装命令 pip install -r requirements.txt 2. postgresql安装(Mac) brew install postgresql 阅读全文
posted @ 2023-04-02 23:58 gz_xiaohai 阅读(65) 评论(0) 推荐(0)