[Python] E: Package 'python3.10-venv' has no installation candidate 해결법

환길·2024년 4월 17일

Error

목록 보기
7/13

오류


$ sudo apt install python3.10-venv

다음과 같은 명령어를 쳤을 때, 오류가 발생합니다.

E: Package 'python3.10-venv' has no installation candidate
이 때, 해결방법은 다음과 같습니다.

해결법


$ sudo apt-get install

명령어를 입력합니다.

sudo apt install python3.10-venv

실행하면 잘 해결됩니다.

0개의 댓글