inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

파이썬 셀레니움 오류 질문

246

밥박

작성한 질문수 1

0

from selenium import webdriver

from selenium.webdriver.chrome.service import Service

from selenium.webdriver.chrome.options import Options

#크롬 옵션 자동 업데이트

from webdriver_manager.chrome import ChromeDriverManager

# 꺼짐 방지

chrome_options = Options()

chrome_options.add_experimental_option("detach" , True)

#불필요 에러 메세지 제거

chrome_options.add_experimental_option("excludeSwitches" , ["enable-logging"])

Service = Service (executable_path=ChromeDriverManager().install())

driver = webdriver.Chrome(service=Service)

#주소 이동

driver.get("https://www.naver.com")

작성 코드 입니다

출력 오류

ModuleNotFoundError: No module named 'packaging'

from packaging import version

 

답변 0

강의 수강 후 포트폴리오 준비 방향에 대해 조언 부탁드립니다.

2

35

1

쿠버네티스 어나더 클래스-Sprint 1, 2 강의 관련 질문이있습니다.

1

33

1

갑자기 stock_prediction은 어디서 발생한건가요?

1

49

2

FRED API

1

44

1