1

I've been trying to install the selenium module in my coworker's computer and I haven't been successful. It occurs an error that I don't understand what's the problem.

The error message is in the image below.

enter image description here

How can I solve this problem?

  • Does this answer your question? [urllib and "SSL: CERTIFICATE\_VERIFY\_FAILED" Error](https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error) – Carapace Sep 20 '22 at 13:17
  • Does this answer your question? [pip](https://stackoverflow.com/a/38908406/17845381) I think you should re-install/udpate pip. What OS do you use? – vovakirdan Sep 20 '22 at 13:18

1 Answers1

0

You can do this sir

  1. Uninstall the current Python installation.
  2. As you are on Windows 7 professional OS use CCleaner tool to wipe off all the OS chores before the new installation of Python Client.
  3. Download and install a new version of the compatible Python binary/executable.
  4. Make sure you are using the latest version of pip. python -m pip install --upgrade pip
  5. Install latest version of Selenium: pip install selenium

I hope it works

AVNCNT
  • 84
  • 3