1

It have no issue install it, importing it, but if I try to run it its a no go

pic: https://imgur.com/brmhokV

I am on python 3.10.2

1 Answers1

0

Depending on your permissions:

sudo pip install selenium

For python3:

sudo pip3 install selenium

theNishant
  • 523
  • 4
  • 10