Python 3.8 - Не удалось получить http://ppa.launchpad.net/deadsnakes/ppa/ubuntu/dists/hirsute/main/binary-i386/Packages 404 Not Found

Недавно я обновился с 20.04 до 21.04 . Проблема в том, что у меня много python virtualenvs , которые используют python 3.8 , который не установлен по умолчанию.

Как я могу исправить virtualenvs , чтобы он снова работал?

sudo add-apt-repository ppa:deadsnakes/ppa

сообщает мне, что:

Reading package lists... Done           
E: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu hirsute Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

И sudo apt-get update --allow-insecure-repositories :

Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu hirsute Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/deadsnakes/ppa/ubuntu/dists/hirsute/main/binary-i386/Packages  404  Not Found [IP: 91.189.95.85 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

РЕДАКТИРОВАТЬ:

Итак, я пытаюсь установить 3.8 из исходников. Я загрузил python 3.8.9.tgz и собираюсь установить его - не повредит ли последняя версия?

0
задан 25 April 2021 в 19:31

0 ответов

Другие вопросы по тегам:

Похожие вопросы: