Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install pgadmin4 via python pip




pgadmin4 - PostgreSQL Tools, it belongs to Classifiers:

- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.10

When you know about this project and you want to new install pgadmin4 to support your project or you get trouble as ModuleNotFoundError: No module named "pgadmin4" or ImportError: cannot import name "pgadmin4" in your project, let follow this tutorial to install pgadmin4



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_pgadmin4_env

- Active the virtual environment

test_pgadmin4_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_pgadmin4_env

- Active the virtual environment

source test_pgadmin4_env/bin/active


Step 2: OK, now, let flow below content to start the installation pgadmin4

To install pgadmin4 on Windows(CMD):

py -m pip install pgadmin4

To install pgadmin4 on Unix/macOs:

pip install pgadmin4


Step 3: If you want to install a specific pgadmin4 version, add ==<pgadmin4 version> to the end command line

Example:

pip install pgadmin4==4.20


Please see the version list below table:

VersionReleased dateCommand
pgadmin4 6.122022-07-28T06:08:19Windows:

py -m pip install pgadmin4==6.12

Unix/macOs:

pip install pgadmin4==6.12

pgadmin4 6.112022-06-30T08:30:35Windows:

py -m pip install pgadmin4==6.11

Unix/macOs:

pip install pgadmin4==6.11

pgadmin4 6.102022-06-02T10:50:23Windows:

py -m pip install pgadmin4==6.10

Unix/macOs:

pip install pgadmin4==6.10

pgadmin4 6.92022-05-12T08:45:23Windows:

py -m pip install pgadmin4==6.9

Unix/macOs:

pip install pgadmin4==6.9

pgadmin4 6.82022-04-07T09:01:53Windows:

py -m pip install pgadmin4==6.8

Unix/macOs:

pip install pgadmin4==6.8

pgadmin4 6.72022-03-14T11:56:14Windows:

py -m pip install pgadmin4==6.7

Unix/macOs:

pip install pgadmin4==6.7

pgadmin4 6.62022-03-10T10:24:10Windows:

py -m pip install pgadmin4==6.6

Unix/macOs:

pip install pgadmin4==6.6

pgadmin4 6.52022-02-11T08:34:14Windows:

py -m pip install pgadmin4==6.5

Unix/macOs:

pip install pgadmin4==6.5

pgadmin4 6.42022-01-13T11:18:00Windows:

py -m pip install pgadmin4==6.4

Unix/macOs:

pip install pgadmin4==6.4

pgadmin4 6.32021-12-16T12:17:14Windows:

py -m pip install pgadmin4==6.3

Unix/macOs:

pip install pgadmin4==6.3

pgadmin4 6.22021-12-06T16:17:45Windows:

py -m pip install pgadmin4==6.2

Unix/macOs:

pip install pgadmin4==6.2

pgadmin4 5.72021-09-09T09:09:10Windows:

py -m pip install pgadmin4==5.7

Unix/macOs:

pip install pgadmin4==5.7

pgadmin4 5.62021-08-12T11:24:41Windows:

py -m pip install pgadmin4==5.6

Unix/macOs:

pip install pgadmin4==5.6

pgadmin4 5.52021-07-15T10:59:21Windows:

py -m pip install pgadmin4==5.5

Unix/macOs:

pip install pgadmin4==5.5

pgadmin4 5.42021-06-17T08:52:13Windows:

py -m pip install pgadmin4==5.4

Unix/macOs:

pip install pgadmin4==5.4

pgadmin4 5.32021-05-20T10:58:33Windows:

py -m pip install pgadmin4==5.3

Unix/macOs:

pip install pgadmin4==5.3

pgadmin4 5.22021-04-22T10:13:45Windows:

py -m pip install pgadmin4==5.2

Unix/macOs:

pip install pgadmin4==5.2

pgadmin4 5.12021-03-25T12:09:26Windows:

py -m pip install pgadmin4==5.1

Unix/macOs:

pip install pgadmin4==5.1

pgadmin4 5.02021-02-25T11:48:13Windows:

py -m pip install pgadmin4==5.0

Unix/macOs:

pip install pgadmin4==5.0

pgadmin4 4.302021-01-28T11:39:35Windows:

py -m pip install pgadmin4==4.30

Unix/macOs:

pip install pgadmin4==4.30

pgadmin4 4.292020-12-10T10:21:07Windows:

py -m pip install pgadmin4==4.29

Unix/macOs:

pip install pgadmin4==4.29

pgadmin4 4.282020-11-12T10:30:42Windows:

py -m pip install pgadmin4==4.28

Unix/macOs:

pip install pgadmin4==4.28

pgadmin4 4.272020-10-15T09:00:54Windows:

py -m pip install pgadmin4==4.27

Unix/macOs:

pip install pgadmin4==4.27

pgadmin4 4.262020-09-17T10:58:32Windows:

py -m pip install pgadmin4==4.26

Unix/macOs:

pip install pgadmin4==4.26

pgadmin4 4.252020-08-20T11:18:28Windows:

py -m pip install pgadmin4==4.25

Unix/macOs:

pip install pgadmin4==4.25

pgadmin4 4.242020-07-23T12:26:45Windows:

py -m pip install pgadmin4==4.24

Unix/macOs:

pip install pgadmin4==4.24

pgadmin4 4.232020-06-25T05:05:26Windows:

py -m pip install pgadmin4==4.23

Unix/macOs:

pip install pgadmin4==4.23

pgadmin4 4.222020-05-28T09:24:45Windows:

py -m pip install pgadmin4==4.22

Unix/macOs:

pip install pgadmin4==4.22

pgadmin4 4.202020-04-24T13:42:17Windows:

py -m pip install pgadmin4==4.20

Unix/macOs:

pip install pgadmin4==4.20


Step 4: Otherwise, you can install pgadmin4 from local archives:

Download the distribution file from pgadmin4-6.12-py3-none-any.whl or the specific pgadmin4 version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pgadmin4_downloaded_file>

On Unix/macOs:

pip install <path_to_pgadmin4_downloaded_file>


List distribution:


Project link:

- Homepage