『踩坑记录』Ubuntu安装python3-pip报错Package ‘python3-pip‘ has no installation candidate

发布时间:2024年01月23日

问题描述

sudo apt update;sudo aptupgrade后安装python3-pip仍然失败,报错:

Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate

在这里插入图片描述

解决方法:添加apt的Universe库

Ubuntu换源后没有添加Universe库导致搜不到,运行即可:

sudo add-apt-repository universe
sudo apt-get install python3-pip

在这里插入图片描述

欢迎关注我的CSDN博客 :@Ho1aAs
版权属于:Ho1aAs
本文链接:https://ho1aas.blog.csdn.net/article/details/135779402
版权声明:本文为原创,转载时须注明出处及本声明

文章来源:https://blog.csdn.net/Xxy605/article/details/135779402
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。