From: | Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com> |
---|---|
To: | Vega Matias <vega98790(at)gmail(dot)com> |
Cc: | pgAdmin Support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: Error con pgadmin4 |
Date: | 2024-09-09 13:36:30 |
Message-ID: | CAMa=N=OfGTN8CBhN87YbHhKoZBQg-_pggOYzyJNi00uA8OWZHg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi,
Issue is with pip. Kindly use the pip version below 24.1 and try again.
Thanks,
Yogesh Mahajan
EnterpriseDB
On Mon, Sep 9, 2024 at 6:15 PM Vega Matias <vega98790(at)gmail(dot)com> wrote:
> Hi Yogesh, I downloaded pgadmin4 from aur because other modes gave me an error.
> So I looked for an alternative since all the pages and guides on the internet told me to download it the same way. and I asked chatgpt and it told me to download it from there. This is one of the pages I followed as a guide and it gave me an error when running pip: https://ravinderfzk.medium.com/install-postgresql-and-pgadmin4-in-arch-linux-eb013b45540f
>
> This is the error that pip caused me:
>
>
>
> El lun, 9 sept 2024 a las 8:43, Yogesh Mahajan (<
> yogesh(dot)mahajan(at)enterprisedb(dot)com>) escribió:
>
>> Hi,
>>
>> From where did you download the pgadmin installer? It seems the
>> installation is incomplete.
>> Note - pgAdmin4 is not officially tested on arch linux.
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Mon, Sep 9, 2024 at 4:51 PM Vega Matias <vega98790(at)gmail(dot)com> wrote:
>>
>>> Hello, very good, I have a problem with pgadmin4 when running pgadmin4, the OS I am using is arch linux: pgadmin4
>>> Traceback (most recent call last):
>>> File "/home/mati/pgadmin4/pgadmin4-env/bin/pgadmin4", line 5, in <module>
>>> from pgadmin4.pgAdmin4 import main
>>> File "/home/mati/pgadmin4/pgadmin4-env/lib/python3.12/site-packages/pgadmin4/pgAdmin4.py", line 38, in <module>
>>> import config
>>> File "/home/mati/pgadmin4/pgadmin4-env/lib/python3.12/site-packages/pgadmin4/config.py", line 25, in <module>
>>> from pgadmin.utils import env, IS_WIN, fs_short_path
>>> File "/home/mati/pgadmin4/pgadmin4-env/lib/python3.12/site-packages/pgadmin4/pgadmin/__init__.py", line 26, in <module>
>>> from flask_babel import Babel, gettext
>>> File "/home/mati/pgadmin4/pgadmin4-env/lib/python3.12/site-packages/flask_babel/__init__.py", line 17, in <module>
>>> from flask.helpers import locked_cached_property
>>> ImportError: cannot import name 'locked_cached_property' from 'flask.helpers' (/home/mati/pgadmin4/pgadmin4-env/lib/python3.12/site-packages/flask/helpers.py)
>>>
>>> I eagerly await your response, thank you very much.
>>>
>>>
From | Date | Subject | |
---|---|---|---|
Next Message | Yogesh Mahajan | 2024-09-09 15:14:28 | Re: update python dependency from 3.11 to 3.12 |
Previous Message | Farid Cheraghi | 2024-09-09 11:54:09 | Re: update python dependency from 3.11 to 3.12 |