Installing psycopg2 (postgresql) in virtualenv on windows

前端 未结 3 516
一向
一向 2020-12-15 17:37

I installed psycopg2 in virtualenv using easy_install psycopg2. I did not see any errors and looks like installation went fine.. there is an egg file created in

3条回答
  •  一整个雨季
    2020-12-15 18:30

    Have you checked that PostgreSQL's 'bin' directory is on the system path? Check with a quick typing of 'set' and see what you get.

    This is the most common cause of import failures of psycopg2 on Windows.

提交回复
热议问题