python连接postgreSQL时安装psycopg2报错解决

问题:
1.使用pip install安装psycopg2时报无法找到对应版本的错误

解决方法:
使用pip install psycopg2-binary进行下载安装,因为使用psycopg2-binary直接使用的whl进行安装的

posted @ 2021-12-04 16:45  XiaojunWang  阅读(502)  评论(0)    收藏  举报