Python3 pip安装错误|以下软件包具有未满足的依赖项: apt安装python3pip 正在阅读软件包列表。。。多恩 构建依赖树 正在读取状态信息。。。多恩 无法安装某些软件包。这可能意味着你有 请求一个不可能的情况,或者如果您使用的是不稳定的 某些必需的包尚未创建的分发 或是被搬出了。 以下信息可能有助于解决这种情况: 以下包具有未满足的依赖项: libc6-dev:Breaks:libgcc-9-dev(

Python3 pip安装错误|以下软件包具有未满足的依赖项: apt安装python3pip 正在阅读软件包列表。。。多恩 构建依赖树 正在读取状态信息。。。多恩 无法安装某些软件包。这可能意味着你有 请求一个不可能的情况,或者如果您使用的是不稳定的 某些必需的包尚未创建的分发 或是被搬出了。 以下信息可能有助于解决这种情况: 以下包具有未满足的依赖项: libc6-dev:Breaks:libgcc-9-dev(,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 usin

您可以尝试以下方法:

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.
或 从此处下载get-pip.py:

然后运行:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

如果无法启动Divyessh脚本,请尝试安装python3并启动命令:

python get-pip.py

不要使用apt,尝试其他方法
python3 get-pip.py