Error: No module named psycopg2.extensions

前端 未结 18 1996
感动是毒
感动是毒 2020-12-02 07:35

I am trying to set up a PostgreSQL database for my django project, which I believe I have done now thanks to the replies to my last question Problems setting up a postgreSQL

18条回答
  •  遥遥无期
    2020-12-02 08:17

    you can install gcc for macos from https://github.com/kennethreitz/osx-gcc-installer
    after instalation of gcc you'll be able to install psycopg with easy_install or with pip

提交回复
热议问题