반응형
라이브러리 다운로드
실습 전 nltk 라이브러리를 먼저 다운로드 받는다
File > Settings 를 들어간다
오른쪽 위에 + 버튼을 클릭한다.
다운받을 라이브러리 검색 후 하단의 Install Package 를 클릭한다.
라이브러리 에러 메세지
# 오류 메세지
Collecting package metadata (current_repodata.json): ...working... failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
에러 해결 방법 1
- "아나콘다 경로/Library/bin" 파일 열기
- libcrypto-1_1-x64.dll libcrypto-1_1-x64.pdb libssl-1_1-x64.dll libssl-1_1-x64.pdb 파일 4가지 복사
- "아나콘다 경로/DLLs/" 경로에 붙여넣기
에러 해결 방법 2
시스템 환경변수 Path에 "아나콘다경로\Library\bin" 추가
반응형
'프로그래밍 언어 > Python' 카테고리의 다른 글
[Python] 기초 문법 (0) | 2020.09.27 |
---|---|
[Python] 파이썬-파이참 설치하기 (0) | 2020.09.27 |