Невстреченные зависимости при попытке установить python3-зернышко в Ubuntu 18.04

lokesh@lokesh-pc:~$ python3 --version
Python 3.6.5
lokesh@lokesh-pc:~$ pip3 --version
bash: pip3: command not found
lokesh@lokesh-pc:~$ sudo apt-get install python3-pip
[sudo] password for lokesh: 
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:
 python3-pip : Depends: python-pip-whl (= 9.0.1-2) but 9.0.1-2.3 is to be installed
               Recommends: python3-dev (>= 3.2) but it is not going to be installed
               Recommends: python3-wheel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
0
задан 16 May 2018 в 19:59

1 ответ

  1. Удостоверьтесь, что Вы удаляете все источники не по умолчанию из sources.lst
  2. Проверьте и удалите все программное обеспечение, которое было установлено ранее, но потенциально оставило некоторые пакеты
  3. способное обновление
  4. Установка
0
ответ дан 29 October 2019 в 07:55

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

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