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

How to install undetected-chromedriver via python pip




undetected-chromedriver - ('Selenium.webdriver.Chrome replacement with compatiblity for Brave, and other Chromium based browsers.', 'Not triggered by CloudFlare/Imperva/hCaptcha and such.', 'NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.'), it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Programming Language :: Python :: 3.11

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



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_undetected-chromedriver_env

- Active the virtual environment

test_undetected-chromedriver_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_undetected-chromedriver_env

- Active the virtual environment

source test_undetected-chromedriver_env/bin/active


Step 2: OK, now, let flow below content to start the installation undetected-chromedriver

To install undetected-chromedriver on Windows(CMD):

py -m pip install undetected-chromedriver

To install undetected-chromedriver on Unix/macOs:

pip install undetected-chromedriver


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

Example:

pip install undetected-chromedriver==1.3.5


Please see the version list below table:

VersionReleased dateCommand
undetected-chromedriver 3.1.5.post42022-03-16T22:10:45Windows:

py -m pip install undetected-chromedriver==3.1.5.post4

Unix/macOs:

pip install undetected-chromedriver==3.1.5.post4

undetected-chromedriver 3.1.5.post32022-03-16T21:37:22Windows:

py -m pip install undetected-chromedriver==3.1.5.post3

Unix/macOs:

pip install undetected-chromedriver==3.1.5.post3

undetected-chromedriver 3.1.5.post22022-03-13T23:04:25Windows:

py -m pip install undetected-chromedriver==3.1.5.post2

Unix/macOs:

pip install undetected-chromedriver==3.1.5.post2

undetected-chromedriver 3.1.5.post12022-03-13T22:51:34Windows:

py -m pip install undetected-chromedriver==3.1.5.post1

Unix/macOs:

pip install undetected-chromedriver==3.1.5.post1

undetected-chromedriver 3.1.5 yanked2022-03-13T22:13:27Windows:

py -m pip install undetected-chromedriver==3.1.5                                                                          yanked

Unix/macOs:

pip install undetected-chromedriver==3.1.5                                                                          yanked

undetected-chromedriver 3.1.32021-12-28T13:01:08Windows:

py -m pip install undetected-chromedriver==3.1.3

Unix/macOs:

pip install undetected-chromedriver==3.1.3

undetected-chromedriver 3.1.22021-12-24T14:54:59Windows:

py -m pip install undetected-chromedriver==3.1.2

Unix/macOs:

pip install undetected-chromedriver==3.1.2

undetected-chromedriver 3.1.12021-12-22T13:56:14Windows:

py -m pip install undetected-chromedriver==3.1.1

Unix/macOs:

pip install undetected-chromedriver==3.1.1

undetected-chromedriver 3.1.02021-12-22T13:08:45Windows:

py -m pip install undetected-chromedriver==3.1.0

Unix/macOs:

pip install undetected-chromedriver==3.1.0

undetected-chromedriver 3.0.62021-11-29T14:34:30Windows:

py -m pip install undetected-chromedriver==3.0.6

Unix/macOs:

pip install undetected-chromedriver==3.0.6

undetected-chromedriver 3.0.52021-11-17T08:55:25Windows:

py -m pip install undetected-chromedriver==3.0.5

Unix/macOs:

pip install undetected-chromedriver==3.0.5

undetected-chromedriver 3.0.42021-11-16T17:44:55Windows:

py -m pip install undetected-chromedriver==3.0.4

Unix/macOs:

pip install undetected-chromedriver==3.0.4

undetected-chromedriver 3.0.32021-07-29T23:29:35Windows:

py -m pip install undetected-chromedriver==3.0.3

Unix/macOs:

pip install undetected-chromedriver==3.0.3

undetected-chromedriver 3.0.22021-06-27T12:00:45Windows:

py -m pip install undetected-chromedriver==3.0.2

Unix/macOs:

pip install undetected-chromedriver==3.0.2

undetected-chromedriver 3.0.12021-06-02T11:49:09Windows:

py -m pip install undetected-chromedriver==3.0.1

Unix/macOs:

pip install undetected-chromedriver==3.0.1

undetected-chromedriver 3.0.02021-05-24T08:11:27Windows:

py -m pip install undetected-chromedriver==3.0.0

Unix/macOs:

pip install undetected-chromedriver==3.0.0

undetected-chromedriver 2.2.72021-05-01T20:56:08Windows:

py -m pip install undetected-chromedriver==2.2.7

Unix/macOs:

pip install undetected-chromedriver==2.2.7

undetected-chromedriver 2.2.12021-03-25T09:27:17Windows:

py -m pip install undetected-chromedriver==2.2.1

Unix/macOs:

pip install undetected-chromedriver==2.2.1

undetected-chromedriver 2.2.02021-03-20T04:31:01Windows:

py -m pip install undetected-chromedriver==2.2.0

Unix/macOs:

pip install undetected-chromedriver==2.2.0

undetected-chromedriver 2.1.22021-02-04T11:58:20Windows:

py -m pip install undetected-chromedriver==2.1.2

Unix/macOs:

pip install undetected-chromedriver==2.1.2

undetected-chromedriver 2.1.12021-02-04T11:23:20Windows:

py -m pip install undetected-chromedriver==2.1.1

Unix/macOs:

pip install undetected-chromedriver==2.1.1

undetected-chromedriver 2.1.02021-02-04T11:16:57Windows:

py -m pip install undetected-chromedriver==2.1.0

Unix/macOs:

pip install undetected-chromedriver==2.1.0

undetected-chromedriver 2.0.22021-01-17T20:17:06Windows:

py -m pip install undetected-chromedriver==2.0.2

Unix/macOs:

pip install undetected-chromedriver==2.0.2

undetected-chromedriver 2.0.12021-01-17T19:37:04Windows:

py -m pip install undetected-chromedriver==2.0.1

Unix/macOs:

pip install undetected-chromedriver==2.0.1

undetected-chromedriver 2.0.02021-01-17T16:00:31Windows:

py -m pip install undetected-chromedriver==2.0.0

Unix/macOs:

pip install undetected-chromedriver==2.0.0

undetected-chromedriver 1.5.22020-12-19T15:02:37Windows:

py -m pip install undetected-chromedriver==1.5.2

Unix/macOs:

pip install undetected-chromedriver==1.5.2

undetected-chromedriver 1.5.12020-11-25T14:15:54Windows:

py -m pip install undetected-chromedriver==1.5.1

Unix/macOs:

pip install undetected-chromedriver==1.5.1

undetected-chromedriver 1.5.02020-10-13T02:04:19Windows:

py -m pip install undetected-chromedriver==1.5.0

Unix/macOs:

pip install undetected-chromedriver==1.5.0

undetected-chromedriver 1.4.22020-09-19T16:53:14Windows:

py -m pip install undetected-chromedriver==1.4.2

Unix/macOs:

pip install undetected-chromedriver==1.4.2

undetected-chromedriver 1.4.02020-09-13T10:09:48Windows:

py -m pip install undetected-chromedriver==1.4.0

Unix/macOs:

pip install undetected-chromedriver==1.4.0

undetected-chromedriver 1.3.72020-09-03T20:09:31Windows:

py -m pip install undetected-chromedriver==1.3.7

Unix/macOs:

pip install undetected-chromedriver==1.3.7

undetected-chromedriver 1.3.62020-09-03T20:03:39Windows:

py -m pip install undetected-chromedriver==1.3.6

Unix/macOs:

pip install undetected-chromedriver==1.3.6

undetected-chromedriver 1.3.52020-09-03T20:03:37Windows:

py -m pip install undetected-chromedriver==1.3.5

Unix/macOs:

pip install undetected-chromedriver==1.3.5


Step 4: Otherwise, you can install undetected-chromedriver from local archives:

Download the distribution file from undetected-chromedriver-3.1.5.post4.tar.gz or the specific undetected-chromedriver version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_undetected-chromedriver_downloaded_file>

On Unix/macOs:

pip install <path_to_undetected-chromedriver_downloaded_file>


List distribution:


Project link:

- Homepage