ImportError: No module named 'selenium'

后端 未结 18 2225
时光取名叫无心
时光取名叫无心 2020-12-03 00:54

I\'m trying to write a script to check a website. It\'s the first time I\'m using selenium. I\'m trying to run the script on a OSX system. Although I checked in /Library/Pyt

18条回答
  •  [愿得一人]
    2020-12-03 01:08

    I ran into the same problem with pycharm where my modules wouldn't import after installing them on ubuntu with pip.

    If you go File-> Settings -> Project > Python Interpreter

    You can click the '+' on the right hand side and import modules into the interpreter.

    Not sure if that's your issue but hope this helps.

提交回复
热议问题