#pip #python-3.6
#pip #python-3.6
Вопрос:
apt install python3-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:
libc6-dev : Breaks: libgcc-9-dev (< 9.3.0-5~) but 9.2.1-19 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Комментарии:
1. вместо использования apt попробуйте другие методы
Ответ №1:
Вы можете попробовать следующее:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
или
загрузить get-pip.py отсюда:
https://bootstrap.pypa.io/get-pip.py
затем запустите :
python get-pip.py
Ответ №2:
Если вы не можете запустить скрипт Divyessh, попробуйте установить python3 и запустить команду:
python3 get-pip.py