Версия 2.7.13 Python, ЗЕРНЫШКО не встретило зависимости

Я абсолютно плохо знаком с Ubuntu, использую версию 16.04. Я установил Python 2.7.13 с помощью этой ссылки: Как я устанавливаю последний Python 2.7. X или 3. X на Ubuntu?

и затем используемый эта ссылка для установки ЗЕРНЫШКА: https://www.rosehosting.com/blog/how-to-install-pip-on-ubuntu-16-04/

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 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 я имею:

python -V

и у меня есть Python 2.7.13, таким образом, я не понимаю, как зависимости не встречены.

Python был уже установлен, когда я установил Ubuntu, и так или иначе установка его снова завинтила меня?

0
задан 21 July 2017 в 20:32

0 ответов

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

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