'package' 태그의 글 목록 Smelt Roe Sushi
728x90

package 3

CondaHTTPError: HTTP 000 CONNECTION FAILED

패키지를 설치하려고 했더니 다음과 같은 에러메세지가 뜨며 설치를 실패했다! Collecting package metadata (current_repodata.json): failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url 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..

ERROR: Could not install packages due to an OSError

pip install git+git://github.com/haven-jeon/PyKoSpacing.git 한국어 전처리 패키지를 conda에서 설치하려고 하는데 다음과 같은 에러메세지가 출력되었습니다 ERROR: Could not install packages due to an OSError 해결!! 1. Anaconda Prompt를 관리자실행으로 열기 2. --user 옵션 주기 pip install --user git+git://github.com/haven-jeon/PyKoSpacing.git Successfully installed ~~ 라는 메세지와 함께 패키지 설치가 성공했습니다.

XGBoost 설치 에러

XGBoost 설치는 아나콘다 환경에서 쉽게 설치가 가능합니다. Windows 기반에서 설치하려면 아나콘다 command 창에서 아래와 같이 명령어를 입력하면 됩니다. conda install -c anaconda py-xgboost 무슨 일인지 에러가 나는데 읽어보니 버전 오류인 것 같네요 1. xgboost package 다운받기 https://www.lfd.uci.edu/~gohlke/pythonlibs/ 위의 사이트에 들어가서 'xgboost'라고 검색하여 본인 python 버전과 컴퓨터 사양에 맞는 whl파일을 다운 받습니다. 저의 경우 python 3.8이고 윈도우 64bit라서 사진에 밑줄 친 파일을 다운 받았고, 폴더(C:\Users\Administrator\anaconda3\Lib\sit..