개발

개발/Python

[Python] pip install 오류('cp949' codec can't decode byte 0xe2 in position 1091: illegal multibyte sequence)

윈도우에 pip install 하는 중에 오류 발생.. 발생한 오류 UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 1091: illegal multibyte sequence 해결방법(encoding='utf-8' 구문 추가) - encoding='utf-8' 추가 1. 파이썬설치경로\Python\Python37\Lib\distutils\text_file.py (115번째줄) encoding='utf-8' 구문 추가 2. 파이썬설치경로\python\python37\lib\configparser.py (695번째줄) encoding=encoding 삭제또는 주석 후 encoding='utf-8' 구문 추가 참고 https://sta..

개발/Linux

[Raspbian]ssh 접속 오류(WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!)

라즈비안 OS를 변경 후 ssh접속 오류 발생 라즈베리는왜 이러는걸까222 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been cha..

개발/Linux

[Raspbian] pip install --upgrade pip 오류 발생 & 해결

python -m pip install --upgrade pip 오류 발생 라즈베리는왜 이러는걸까 해결방법 pip install --upgrade pip --trusted-host pypi.org --trusted-host files.pythonhosted.org 참조 https://github.com/pypa/pip/issues/5448 i cannot install or upgrade pip "ssl error" · Issue #5448 · pypa/pip * Pip version:9.0.3 Python version:3.6.5 latest Operating system:windows 10 home github.com

개발/Linux

[Linux/Raspbian] apt-get update 오류

sudo apt-get update 중 오류가 발생했다. N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.8' to '10.11' E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. E: Reposit..

호이호이209
'개발' 카테고리의 글 목록 (8 Page)