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

How to install python-ldap via python pip




python-ldap - Python modules for implementing LDAP clients, it belongs to Classifiers:

- Intended Audience :: System Administrators
- License :: OSI Approved :: Python Software Foundation License
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Topic :: Database
- Topic :: System
- Topic :: System :: Systems Administration
- Topic :: System :: Systems Administration :: Authentication/Directory
- Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP

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



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_python-ldap_env

- Active the virtual environment

test_python-ldap_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_python-ldap_env

- Active the virtual environment

source test_python-ldap_env/bin/active


Step 2: OK, now, let flow below content to start the installation python-ldap

To install python-ldap on Windows(CMD):

py -m pip install python-ldap

To install python-ldap on Unix/macOs:

pip install python-ldap


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

Example:

pip install python-ldap==2.3.13


Please see the version list below table:

VersionReleased dateCommand
python-ldap 3.4.22022-07-06T19:21:42Windows:

py -m pip install python-ldap==3.4.2

Unix/macOs:

pip install python-ldap==3.4.2

python-ldap 3.4.02021-11-26T15:19:51Windows:

py -m pip install python-ldap==3.4.0

Unix/macOs:

pip install python-ldap==3.4.0

python-ldap 3.3.12020-06-29T14:48:14Windows:

py -m pip install python-ldap==3.3.1

Unix/macOs:

pip install python-ldap==3.3.1

python-ldap 3.3.02020-06-18T14:09:38Windows:

py -m pip install python-ldap==3.3.0

Unix/macOs:

pip install python-ldap==3.3.0

python-ldap 3.2.02019-03-13T14:25:26Windows:

py -m pip install python-ldap==3.2.0

Unix/macOs:

pip install python-ldap==3.2.0

python-ldap 3.1.02018-05-25T15:04:20Windows:

py -m pip install python-ldap==3.1.0

Unix/macOs:

pip install python-ldap==3.1.0

python-ldap 3.0.02018-03-13T12:54:39Windows:

py -m pip install python-ldap==3.0.0

Unix/macOs:

pip install python-ldap==3.0.0

python-ldap 2.5.22017-11-20T17:47:27Windows:

py -m pip install python-ldap==2.5.2

Unix/macOs:

pip install python-ldap==2.5.2

python-ldap 2.5.12017-11-12T17:34:37Windows:

py -m pip install python-ldap==2.5.1

Unix/macOs:

pip install python-ldap==2.5.1

python-ldap 2.4.452017-10-09T15:12:18Windows:

py -m pip install python-ldap==2.4.45

Unix/macOs:

pip install python-ldap==2.4.45

python-ldap 2.4.442017-09-07T22:22:33Windows:

py -m pip install python-ldap==2.4.44

Unix/macOs:

pip install python-ldap==2.4.44

python-ldap 2.4.432017-09-06T08:05:29Windows:

py -m pip install python-ldap==2.4.43

Unix/macOs:

pip install python-ldap==2.4.43

python-ldap 2.4.422017-09-04T08:56:14Windows:

py -m pip install python-ldap==2.4.42

Unix/macOs:

pip install python-ldap==2.4.42

python-ldap 2.4.412017-07-12T18:05:47Windows:

py -m pip install python-ldap==2.4.41

Unix/macOs:

pip install python-ldap==2.4.41

python-ldap 2.4.402017-06-27T18:38:58Windows:

py -m pip install python-ldap==2.4.40

Unix/macOs:

pip install python-ldap==2.4.40

python-ldap 2.4.392017-05-31T12:35:40Windows:

py -m pip install python-ldap==2.4.39

Unix/macOs:

pip install python-ldap==2.4.39

python-ldap 2.4.382017-04-28T09:04:34Windows:

py -m pip install python-ldap==2.4.38

Unix/macOs:

pip install python-ldap==2.4.38

python-ldap 2.4.372017-04-27T08:44:14Windows:

py -m pip install python-ldap==2.4.37

Unix/macOs:

pip install python-ldap==2.4.37

python-ldap 2.4.362017-04-26T17:06:00Windows:

py -m pip install python-ldap==2.4.36

Unix/macOs:

pip install python-ldap==2.4.36

python-ldap 2.4.352017-04-25T13:53:26Windows:

py -m pip install python-ldap==2.4.35

Unix/macOs:

pip install python-ldap==2.4.35

python-ldap 2.4.332017-04-25T07:41:12Windows:

py -m pip install python-ldap==2.4.33

Unix/macOs:

pip install python-ldap==2.4.33

python-ldap 2.4.322017-02-14T21:40:48Windows:

py -m pip install python-ldap==2.4.32

Unix/macOs:

pip install python-ldap==2.4.32

python-ldap 2.4.312017-02-14T19:31:36Windows:

py -m pip install python-ldap==2.4.31

Unix/macOs:

pip install python-ldap==2.4.31

python-ldap 2.4.302017-02-08T09:45:52Windows:

py -m pip install python-ldap==2.4.30

Unix/macOs:

pip install python-ldap==2.4.30

python-ldap 2.4.292017-01-25T20:00:31Windows:

py -m pip install python-ldap==2.4.29

Unix/macOs:

pip install python-ldap==2.4.29

python-ldap 2.4.282016-11-18T07:03:53Windows:

py -m pip install python-ldap==2.4.28

Unix/macOs:

pip install python-ldap==2.4.28

python-ldap 2.4.272016-08-01T10:16:45Windows:

py -m pip install python-ldap==2.4.27

Unix/macOs:

pip install python-ldap==2.4.27

python-ldap 2.4.262016-07-24T16:29:26Windows:

py -m pip install python-ldap==2.4.26

Unix/macOs:

pip install python-ldap==2.4.26

python-ldap 2.4.252016-01-18T15:18:26Windows:

py -m pip install python-ldap==2.4.25

Unix/macOs:

pip install python-ldap==2.4.25

python-ldap 2.4.222015-10-24T16:26:48Windows:

py -m pip install python-ldap==2.4.22

Unix/macOs:

pip install python-ldap==2.4.22

python-ldap 2.4.212015-09-25T16:23:55Windows:

py -m pip install python-ldap==2.4.21

Unix/macOs:

pip install python-ldap==2.4.21

python-ldap 2.4.202015-07-07T13:25:46Windows:

py -m pip install python-ldap==2.4.20

Unix/macOs:

pip install python-ldap==2.4.20

python-ldap 2.4.192015-01-10T17:19:32Windows:

py -m pip install python-ldap==2.4.19

Unix/macOs:

pip install python-ldap==2.4.19

python-ldap 2.4.182014-10-09T08:23:57Windows:

py -m pip install python-ldap==2.4.18

Unix/macOs:

pip install python-ldap==2.4.18

python-ldap 2.4.172014-09-27T09:42:12Windows:

py -m pip install python-ldap==2.4.17

Unix/macOs:

pip install python-ldap==2.4.17

python-ldap 2.4.162014-09-10T12:17:40Windows:

py -m pip install python-ldap==2.4.16

Unix/macOs:

pip install python-ldap==2.4.16

python-ldap 2.4.152014-03-24T10:24:13Windows:

py -m pip install python-ldap==2.4.15

Unix/macOs:

pip install python-ldap==2.4.15

python-ldap 2.4.142014-01-31T17:21:38Windows:

py -m pip install python-ldap==2.4.14

Unix/macOs:

pip install python-ldap==2.4.14

python-ldap 2.4.132013-06-27T08:50:05Windows:

py -m pip install python-ldap==2.4.13

Unix/macOs:

pip install python-ldap==2.4.13

python-ldap 2.4.122013-05-29T20:28:29Windows:

py -m pip install python-ldap==2.4.12

Unix/macOs:

pip install python-ldap==2.4.12

python-ldap 2.4.102012-06-07T18:41:37Windows:

py -m pip install python-ldap==2.4.10

Unix/macOs:

pip install python-ldap==2.4.10

python-ldap 2.4.92012-03-14T19:56:40Windows:

py -m pip install python-ldap==2.4.9

Unix/macOs:

pip install python-ldap==2.4.9

python-ldap 2.4.82012-02-21T17:18:58Windows:

py -m pip install python-ldap==2.4.8

Unix/macOs:

pip install python-ldap==2.4.8

python-ldap 2.4.72012-01-19T19:39:25Windows:

py -m pip install python-ldap==2.4.7

Unix/macOs:

pip install python-ldap==2.4.7

python-ldap 2.4.62011-11-27T15:28:10Windows:

py -m pip install python-ldap==2.4.6

Unix/macOs:

pip install python-ldap==2.4.6

python-ldap 2.4.52011-11-25T12:29:01Windows:

py -m pip install python-ldap==2.4.5

Unix/macOs:

pip install python-ldap==2.4.5

python-ldap 2.4.42011-10-26T19:47:35Windows:

py -m pip install python-ldap==2.4.4

Unix/macOs:

pip install python-ldap==2.4.4

python-ldap 2.4.32011-07-23T13:20:45Windows:

py -m pip install python-ldap==2.4.3

Unix/macOs:

pip install python-ldap==2.4.3

python-ldap 2.4.22011-07-21T18:35:53Windows:

py -m pip install python-ldap==2.4.2

Unix/macOs:

pip install python-ldap==2.4.2

python-ldap 2.4.12011-07-05T14:07:34Windows:

py -m pip install python-ldap==2.4.1

Unix/macOs:

pip install python-ldap==2.4.1

python-ldap 2.4.02011-06-02T18:08:13Windows:

py -m pip install python-ldap==2.4.0

Unix/macOs:

pip install python-ldap==2.4.0

python-ldap 2.3.132011-02-19T14:43:05Windows:

py -m pip install python-ldap==2.3.13

Unix/macOs:

pip install python-ldap==2.3.13


Step 4: Otherwise, you can install python-ldap from local archives:

Download the distribution file from python-ldap-3.4.2.tar.gz or the specific python-ldap version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_python-ldap_downloaded_file>

On Unix/macOs:

pip install <path_to_python-ldap_downloaded_file>


List distribution:


Project link:

- Homepage
- Download