gpt4 book ai didi

ubuntu - 如何在 Ubuntu 21.10 上安装 python 3.6?

转载 作者:行者123 更新时间:2023-12-04 18:25:34 26 4
gpt4 key购买 nike

由于 Ubuntu 21.10 和通常的 deadsnakes 不再支持 python 3.6方法也行不通。它给出了以下错误。

E: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu impish Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

最佳答案

Deadsnake 存储库中没有可用的版本。
我可以按照此处的步骤安装使用:
https://tecadmin.net/install-python-3-6-ubuntu-linuxmint/
第 1 步 – 先决条件

sudo apt-get install build-essential checkinstall
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
libreadline-gplv2-dev对我来说失败了,在这种情况下删除它并安装其余的。
第 2 步 – 下载 Python 3.6
cd /usr/src
sudo wget https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz

sudo tar xzf Python-3.6.10.tgz
第 3 步 - 编译 Python 源代码
cd Python-3.6.10
sudo ./configure --enable-optimizations
sudo make altinstall

make altinstall 用于防止替换默认的 python 二进制文件/usr/bin/python。
第 4 步 – 检查 Python 版本
python3.6 -V
而已。你已经在你的机器上安装了 python3.6。
如果您无法从那里安装。这可能会有所帮助: https://askubuntu.com/questions/866901/what-can-i-do-if-a-repository-ppa-does-not-have-a-release-file/1302382#1302382

关于ubuntu - 如何在 Ubuntu 21.10 上安装 python 3.6?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70395169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com