Is pgadmin4 being developed at Microsoft?

From: Alex Williams <valenceshell(at)protonmail(dot)com>
To: Pgadmin Support <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Is pgadmin4 being developed at Microsoft?
Date: 2019-10-14 02:55:10
Message-ID: U50QhuAlED1DA_o7eIJXR1nlzdFIBtDV9FQaAGRK2c-5GZS0Qep66PqghrI7ezv9lgeKGTz8B_rr0O9qtTLa1WT1oF9AxRYkkZyMd_HPr78=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Because it sure seems like it. Every update to pgadmin4 breaks something. I continuously have to use it in a vm to revert back to a snapshot because either there's an issue with python or some other package and have to spend hours debugging why I can't get it to start.

This is getting to be worse than Windows 10 updates.

I had a working pgadmin4, forgot the specific version that was working (had to get rid of snapshots on one box to reduce space so I could shrink the vm) and now I get this after the latest update on Centos7

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pgadmin4-web/pgAdmin4.py", line 97, in <module>
app = create_app()
File "/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/__init__.py", line 400, in create_app
driver.init_app(app)
File "/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/utils/driver/__init__.py", line 40, in init_app
DriverRegistry.load_drivers()
File "/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/utils/driver/registry.py", line 88, in load_drivers
module = import_module(module_name)
File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/usr/lib/python2.7/site-packages/pgadmin4-web/pgadmin/utils/driver/psycopg2/__init__.py", line 20, in <module>
import psycopg2
File "/usr/lib64/python2.7/site-packages/psycopg2/__init__.py", line 50, in <module>
from psycopg2._psycopg import ( # noqa
ImportError: /usr/lib64/python2.7/site-packages/psycopg2/_psycopg.so: undefined symbol: PQencryptPasswordConn

Sent with [ProtonMail](https://protonmail.com) Secure Email.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Khushboo Vashi 2019-10-14 04:38:12 Re: Incredibly obvious bug found.
Previous Message tutiluren 2019-10-12 15:25:53 Incredibly obvious bug found.