1

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

pic: https://i.stack.imgur.com/C29D0.jpg

I am on python 3.10.2

JacobJake7
  • 21
  • 3

1 Answers1

0

Depending on your permissions:

sudo pip install selenium

For python3:

sudo pip3 install selenium

theNishant
  • 663
  • 5
  • 15