인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

qgistg's profile image
qgistg

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

requests module basics (1)

ssl error 관련

Written on

·

256

0

Pip로 패키지를 설치할때 ssl오류가 납니다.

또한 conda install일때도 오류가 나는데 

해결방법이 있나요?

python웹-크롤링

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

네 안녕하세요.

저도 해당 에러를 여러번 겪었습니다.(윈도우10 기준)

콘다를 완전 삭제 후 다른 LTS 버전 등으로 재 설치 후 해결했습니다.

감사합니다.

qgistg's profile image
qgistg

asked

Ask a question