M
M
Max Trophy2017-01-24 12:06:17
linux
Max Trophy, 2017-01-24 12:06:17

Error installing pgadmin on Linux?

Trying to install pgadmin:
pip install pgadmin4-1.0-py2-none-any.whl
Error:

<b>Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-EAWU_D/psycopg2/</b>

psycopg2 already installed:
[email protected]:~# pip install psycopg2                                                                          
Requirement already satisfied: psycopg2 in /usr/lib/python2.7/dist-packages                                      
[email protected]:~#

Various googles gave advice to update packages and psycopg2 itself - it's done. The PostgreSQL server is installed and running.
What else can be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max Trophy, 2017-01-24
@kapitoly

The problem was solved with two commands:

apt-get install python-psycopg2          
apt-get install libpq-dev

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question