MongoDB not running on the provided host and port
python ~/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgAdmin4.py
Starting pgAdmin 4. Please navigate to http://localhost:5050 in your browser.
2017-07-19 11:05:01,365: ERROR pgadmin: Error starting the app server: (<class 'socket.error'>, error(98, 'Address already in use'), <traceback object at 0x7f5475b0aea8>)
sudo pip install csv
The directory '/home/sergalas/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/sergalas/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting csv
Could not find a version that satisfies the requirement csv (from versions: )
No matching distribution found for csv
python ~/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgAdmin4.py
Traceback (most recent call last):
File "/home/sergalas/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgAdmin4.py", line 38, in <module>
app = create_app()
File "/home/sergalas/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgadmin/__init__.py", line 276, in create_app
driver.init_app(app)
File "/home/sergalas/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgadmin/utils/driver/__init__.py", line 40, in init_app
DriverRegistry.load_drivers()
File "/home/sergalas/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgadmin/utils/driver/registry.py", line 88, in load_drivers
module = import_module(module_name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/home/sergalas/.pgadmin4/lib/python3.5/site-packages/pgadmin4/pgadmin/utils/driver/psycopg2/__init__.py", line 41, in <module>
from backports import csv
ImportError: cannot import name csv