상세 컨텐츠

본문 제목

[TIL] 윈도우에서 N2T 사용시 인코딩 에러 수정

DEVELOPMENT/Python

by 에스프리터 2023. 2. 6. 14:36

본문

728x90

아래 본문댓글에 있던 내용을 좀 더 갈무리

# notion-py는 github에서 직접 설치
pip3 uninstall -y notion-py
pip3 install git+https://github.com/wsykala/notion-py.git

# ㅈebdriver-manager 관련
cmd_mapping = { KeyError: 'google-chrome'...}
에러의 경우 pip list 를 통해 webdriver-manager 버전이 3.8.0이면 지우고 3.7.1로 재설치

관련 리서치:


Uploaded by N2T

관련글 더보기

댓글 영역