개발/Linux

개발/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..

개발/Linux

[VMware] vmware internal error오류 2가지 해결 법

어느날 갑자기 발생 한 오류, 급하게 구글링 해봤지만, 알려진 방법으로는 해결못했다. Vmware 서비스 수동 실행 후 똑같이 오류가 발생하여, 다른 VM이 동작하는지 확인해보니, 잘 동작했다. 특정 VM이 문제인것같아, 오류 그대로 네트워크 설정을 변경 했더니, 동작했다. 잘 알려진 방법이 동작을 안할 시 네트워크 설정 다시 확인해보자. 환경 OS: Window 10 VM : VMware® Workstation 15 Pro (15.1.0) 방법 1) Vmware 서비스 수동 실행 Vmware Authorization Service을 찾아, 실행 중인지 확인 실행중이 아니라면, 오른쪽마우스 - 시작(S)를 클릭한다. 방법 2) 네트워크 설정 확인 [Network Adapter] 설정을 확인 해 보자, N..

개발/Linux

[Linux/Ubuntu] apt-get update오류 Hash sum mismatch

apt update 중 Hash Sum Mismatch 오류 Hash sum mismatch, snap too early발생 간단하게 다음 명령어들을 입력 $ sudo su - $ apt-get clean $ rm -rf /var/lib/apt/lists/* $ apt-get update -o Acquire::CompressionTypes::Order::=gz $ mkdir /etc/gcrypt $ echo all >> /etc/gcrypt/hwf.deny 이렇게 했을 경우, 계속 오류가 발생한다면, mirror.kakao.com/ubuntu로 변경해준다. $ sudo sed -i 's/us.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list re..

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