在更新我的 nvidia 驱动程序时,我收到了关于不一致的 python 3 包的警告,并建议重新安装 python 3。
搜索论坛给了我另一个帖子,其中包含完全相同的警告(Python 3 not working)和 David Foerster https://askubuntu.com/a/914589/672852的一个很好的解决方案。
但是,在尝试了这个之后:
sudo apt install -f --reinstall python3 python3.4 python3-minimal python3.4-minimal libpython3.4-minimal
我收到以下通知:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
Let op, 'libpython3.4-minimal' wordt geselecteerd omwille van de regex 'python3.4'
Let op, 'libpython3.4-minimal' wordt geselecteerd omwille van de regex 'python3.4-minimal'
Pakket libpython3.4-minimal is niet beschikbaar, hoewel er naar verwezen wordt door
een ander pakket. Mogelijk betekent dit dat het pakket ontbreekt,
verouderd is, of enkel beschikbaar is van een andere bron
E: Pakket 'libpython3.4-minimal' heeft geen kandidaat voor installatie
对于非荷兰语人士:
Package libpython3.4-minimal is not available [...]
E: Package 'libpython3.4-minimal does not have a candidate for installation.
问题是:我现在如何重新安装 Python3?
哦,是的,这个问题是在全新安装 16.04 后开始的。由于 17.04 升级存在问题,我进行了全新安装。
Ubuntu 16.04 和更新版本有
python3.5
而不是python3.4
,请在 packages.ubuntu.com 上查看这些搜索结果。因此,我建议您再次尝试您的命令,将所有出现的 替换
3.4
为3.5
: