Connecting postgresql with sqlalchemy

后端 未结 3 1618
礼貌的吻别
礼貌的吻别 2020-12-12 21:45

I know this might be really a simple question but I don\'t know the solution. What is happening here when I try to connect to postgresql? I am self learner in this field of

3条回答
  •  轮回少年
    2020-12-12 22:27

    Yes, you need to install psycopg2 separately, if you're using linux you can simply enter the following line to the terminal: $pip install psycopg2 if this doesn't work try using sudo: $sudo pip install psycopg2

提交回复
热议问题