Tails - 包'python3-tk'没有安装候选者

时间:2016-04-11 15:37:19

标签: python linux tkinter

我目前正在尝试使用不同的Linux发行版,我正试图让我的一些应用程序在最新的Tails发行版上运行。为此,我需要Python3的tkinter库。

可悲的是,在python3中导入tkinter不起作用并尝试通过

安装它
sudo apt-get install python3-tk

给出以下结果:

Reading package lists... Done
Building dependecy tree
Reading state information... Done
Package python3-tk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: package 'python3-tk' has no installation candidate

我真的很感激任何建议可以帮助我安装tkinter或者至少运行我的应用程序(可能通过在我的项目中包含tkinter lib,不知何故?)

1 个答案:

答案 0 :(得分:7)

尝试输入以下内容:

sudo apt-get update
sudo apt-get install python3-tk