Skip to content

Instantly share code, notes, and snippets.

@SooJungChae
Created May 16, 2021 12:33
Show Gist options
  • Save SooJungChae/c1b5445bf1273a91973c546c0133377a to your computer and use it in GitHub Desktop.
Save SooJungChae/c1b5445bf1273a91973c546c0133377a to your computer and use it in GitHub Desktop.
python 프로젝트에서 chromedriver 설치하기

문제상황

python 에서 chromedriver 설치하는 상황.

내 크롬 브라우저 버전과 일치하는 파일을 찾아서 다운받았다. https://chromedriver.chromium.org/downloads

압축을 풀었는데 chromedriver 라는 빈 파일만 나온다. (Unix 실행 파일이 나와야한다.)

스크린샷 2021-05-16 오후 9 26 17

해결방법

압축해제할 때 알집 프로그램을 사용하고 있었다. 이것을 안쓰고 '시스템유틸리티' 프로그램을 사용해서 압축해제했다.

그랬더니 성공. HA

스크린샷 2021-05-16 오후 9 26 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment