ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-02ef51b05739> in <cell line: 1>()
----> 1 from selenium import webdriver
2 from selenium.webdriver.chrome.service import Service
3 from pandas.io.html import read_html
4 import time
5 import pandas as pd
ModuleNotFoundError: No module named 'selenium'
이런 문제가 뜨는 이유가 뭘까요?