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
Ubuntu换源后没有添加Universe库导致搜不到,运行即可:
sudo add-apt-repository universe
sudo apt-get install python3-pip
欢迎关注我的CSDN博客 :@Ho1aAs
版权属于:Ho1aAs
本文链接:https://ho1aas.blog.csdn.net/article/details/135779402
版权声明:本文为原创,转载时须注明出处及本声明