Re: PGadmi4 - Unable to set up dev environment

2023-02-06 Thread Aditya Toshniwal
Hi Vaij, I am not sure from where are you getting the incorrect versions required but you're using - Flask-SQLAlchemy==3.0.3 but pgAdmin requirements clearly has - Flask-SQLAlchemy==2.5.* I suggest, deleting the venv completely and reinstalling using pgAdmin requirements.txt On Tue, Feb 7, 2023 a

Re: PGadmi4 - Unable to set up dev environment

2023-02-06 Thread Vaij Bharamshetty
Thank you Aditya. I tried creating from the pgadmin4 directory, but now I get a different error message. *(venv) [vaij@rocky4 pgadmin4]$ python3 $PGADMIN4_SRC/web/setup.py*Traceback (most recent call last): File "/home/vaij/pgadmin4/web/setup.py", line 24, in import config File "/home/v

Re: PGadmi4 - Unable to set up dev environment

2023-02-06 Thread Aditya Toshniwal
Hi Vaij, You're using requirements.txt from the runtime directory. There is no such file in the runtime directory. The correct requirements.txt reside in the pgadmin home directory which has below content. Please create the venv using the correct requirements.txt file. Flask==2.0.3; python_versio

Re: PGadmi4 - Unable to set up dev environment

2023-02-06 Thread Vaij Bharamshetty
Thank you Aditya, appreciate your help. I still face issues detailed as below, *-- Python Version*(venv) [vaij@rocky4 runtime]$ python -V Python 3.9.14 *-- Clean up existing Packages*pip freeze | xargs pip uninstall -y *-- Install from Requirements*(venv) [vaij@rocky4 runtime]$ pip install -r

pgAdmin4 v6.20 candidate builds

2023-02-06 Thread Akshay Joshi
Hi All, pgAdmin4 v6.20 candidate builds and source code is available at https://developer.pgadmin.org/builds/2023-02-06-1/ Fahar, could you please verify this for Thursday's release? -- Akshay Joshi Principal Software Architect www.enterprisedb.com *Blog*: https://www.enterprisedb.com/akshay-jo

[pgadmin-org/pgadmin4] 6833fd: Ensure that keyboard hotkey to open query tool and...

2023-02-06 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6833fdd7319853dc0b903d1138b276b827995fd3 https://github.com/pgadmin-org/pgadmin4/commit/6833fdd7319853dc0b903d1138b276b827995fd3 Author: Akshay Joshi Date: 2023-02-06 (Mon, 06 Feb 2023) Changed

[pgadmin-org/pgadmin4] 4a3bcf: Use uplot for Dashboard graphs to reduce CPU usage...

2023-02-06 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4a3bcfa202a326d95c672040584c258ca62b0ce7 https://github.com/pgadmin-org/pgadmin4/commit/4a3bcfa202a326d95c672040584c258ca62b0ce7 Author: Aditya Toshniwal Date: 2023-02-06 (Mon, 06 Feb 2023) Chan

[pgadmin-org/pgadmin4] f3bb47: Fix an issue where drag and drop object names is n...

2023-02-06 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: f3bb4776e458a6c21bc81b2a9b9e31ad243363ca https://github.com/pgadmin-org/pgadmin4/commit/f3bb4776e458a6c21bc81b2a9b9e31ad243363ca Author: Aditya Toshniwal Date: 2023-02-06 (Mon, 06 Feb 2023) Chan