Re: PG Admin 6.1 "flask" compatibility error upon install via python wheel

2021-10-27 Thread Aditya Toshniwal
Hi Cherio,

jinja2 is not added to requirements to have any specific version. Maybe try
uninstalling jinja2 and install pgadmin again ?

On Thu, Oct 28, 2021 at 2:06 AM Cherio  wrote:

> When installing PGAdmin 6.1 via python wheel I got this error on Ubuntu
> 20.04, Python 3.8.10 (default, Sep 28 2021, 16:10:42) [GCC 9.3.0]
>
> ERROR: flask 1.1.4 has requirement Jinja2<3.0,>=2.10.1, but you'll have
> jinja2 3.0.2 which is incompatible.
>
> Surprisingly pgAdmin4.py still runs and the application seems to be
> functional on the surface. Should I be worried that the application may not
> be 100% reliable because of that error?
>
>

-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


PG Admin 6.1 "flask" compatibility error upon install via python wheel

2021-10-27 Thread Cherio
When installing PGAdmin 6.1 via python wheel I got this error on Ubuntu
20.04, Python 3.8.10 (default, Sep 28 2021, 16:10:42) [GCC 9.3.0]

ERROR: flask 1.1.4 has requirement Jinja2<3.0,>=2.10.1, but you'll have
jinja2 3.0.2 which is incompatible.

Surprisingly pgAdmin4.py still runs and the application seems to be
functional on the surface. Should I be worried that the application may not
be 100% reliable because of that error?