window10에서 pip install 시 나는 에러.
에러가 나는 python lib 폴더를 찾은 뒤 내부 py 파일을 수정하면 해결된다.
우선 아래 경로 파일을 열어준다. (문제되는 python 경로로 들어가야함)
C:\Users\유저이름\Anaconda3\envs\패키지명\Lib\site-packages\pip\compat\__init__.py
75번째 줄에 s.decode('utf_8')를 s.decode('cp949')로 수정
참조 사이트 : https://github.com/pypa/pip/issues/4251
'실습 > 오류 해결' 카테고리의 다른 글
[pytorch] RuntimeError: cuda runtime error (48) : no kernel image is available for execution on the device at (0) | 2018.07.16 |
---|---|
make시 anaconda path와 충돌날 때 (0) | 2018.05.07 |
pip 오류 (0) | 2018.01.14 |
caffe make 시 에러 : .build_release/tools/get_image_size.o (0) | 2017.11.30 |
caffe make 시 : Cannot find -lhdf5_hl and -lhdf5 (0) | 2017.11.29 |