nickconnors / RTX-3070-Best-Buy-Bot

Selenium WebDriver Python script to auto checkout RTX 3070 graphics card when in stock
136 stars 57 forks source link

Selenium module not found #21

Closed ltuczak closed 3 years ago

ltuczak commented 3 years ago
from selenium import webdriver

ModuleNotFoundError: No module named 'selenium'

I'm using Xubuntu on a VRM. The above error occurs. I have selenium installed via pip in python3. This is my first attempt at using python3 and selenium. It's likely that I messed up something dumb, but I can't figure out what. I'm also using Pycharm if that helps.

ltuczak commented 3 years ago

Fixed. Pycharm missing package required to properly install selenium.