Python 在Ubuntu 16.04 lts中安装mysql工作台时出错

Python 在Ubuntu 16.04 lts中安装mysql工作台时出错,python,linux,python-2.7,mysql-workbench,ubuntu-16.04,Python,Linux,Python 2.7,Mysql Workbench,Ubuntu 16.04,我在UBUNTU 16.04 lts上安装mysql workbench时遇到问题,当尝试安装时,它返回错误,说我对python没有任何依赖关系,但我也无法安装依赖关系 sudo apt-get install mysql-workbench Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be inst

我在UBUNTU 16.04 lts上安装mysql workbench时遇到问题,当尝试安装时,它返回错误,说我对python没有任何依赖关系,但我也无法安装依赖关系

sudo apt-get install mysql-workbench

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-workbench : Depends: python:any (>= 2.6.6-7~)
                   Depends: python-mysql.connector but it is not going to be installed
                   Depends: python-paramiko but it is not going to be installed
                   Depends: python-pexpect but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
请注意,它要求python>=2.6.6,我的python版本为2.7.12

python --version
Python 2.7.12
我注意到一些python依赖项也丢失了,我尝试安装pythonpip,得到了以下错误

sudo apt-get install python-pip

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-pip : Depends: python:any (< 2.8)
              Depends: python:any (>= 2.7.5-5~)
              Recommends: python-all-dev (>= 2.6) but it is not going to be installed
              Recommends: python-setuptools but it is not going to be installed
              Recommends: python-wheel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
有人有过这个问题吗

注意:无论是我可以安装的终止符,在python的依赖关系方面都会出现同样的问题

11442:~$ sudo apt-get install terminator

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 terminator : Depends: python-dbus but it is not going to be installed
              Depends: python-gobject but it is not going to be installed
              Depends: python-gtk2 (>= 2.14.0) but it is not going to be installed
              Depends: python-vte but it is not going to be installed
              Depends: python:any (>= 2.7.5-5~)
              Recommends: python-gnome2 but it is not going to be installed
              Recommends: python-keybinder but it is not going to be installed
              Recommends: python-notify but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

不起作用。指责同样的错误。在几次失败的尝试后,解决方案是格式化PCP,但都没有成功。指责同样的错误。在几次失败的尝试后,解决方案是格式化电脑
11442:~$ sudo apt-get install terminator

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 terminator : Depends: python-dbus but it is not going to be installed
              Depends: python-gobject but it is not going to be installed
              Depends: python-gtk2 (>= 2.14.0) but it is not going to be installed
              Depends: python-vte but it is not going to be installed
              Depends: python:any (>= 2.7.5-5~)
              Recommends: python-gnome2 but it is not going to be installed
              Recommends: python-keybinder but it is not going to be installed
              Recommends: python-notify but it is not going to be installed
E: Unable to correct problems, you have held broken packages.