I am trying to setup odoo on my ubuntu server. I tried to install the dependencies using pip3 install -r requirements.txt where requirements.txt has the package-name of all dependencies. The installation process stops with the following error
Error: b'You need to install postgresql-server-dev-NN for building a server-side extension or libpq-dev for building a client-side application.\n'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9oeydzud/psycopg2/
Which package given in the error should i install to resolve the error. Confused because installed libpq-dev on local computer.