This question has been flagged
2 Replies
8310 Views

I am upload my ERP on global server but often this error stopped the erp during it run . I Know this error but I can not reach the source and I can not resolve this issue  . So I will thankful for your helping .


Avatar
Discard

Have you done any API integration?

Best Answer

Probably issue with installed psycopg2, try installing latest psycopg2-binary package.

$ pip install psycopg2-binary

Then after,

Install pip and then

install the requirement.txt in the odoo root

$ pip install -r requirements.txt

Avatar
Discard