pgadmin4 4.4

2019-04-06 Thread Andrew Kosteltsev
Hello,

I have installed pip PgAdmin4 4.4 and faced to error:

'psycopg2.extensions.Column' object has no attribute '_asdict'

I have latest version of psycopg2 - 2.8

How to fix this issue?

Best Regards,
Andrey K.


Re: pgadmin4 4.4

2019-04-06 Thread Khushboo Vashi
On Sat, 6 Apr 2019, 17:13 Andrew Kosteltsev,  wrote:

> Hello,
>
> I have installed pip PgAdmin4 4.4 and faced to error:
>
> 'psycopg2.extensions.Column' object has no attribute '_asdict'
>
> I have latest version of psycopg2 - 2.8
>
Downgrade the psycopg2 to 2.7.7

> How to fix this issue?
>
> Best Regards,
> Andrey K.
>
>