ubuntu 系统 apt-get install python3-pip 依赖报错解决方法
生活随笔
收集整理的這篇文章主要介紹了
ubuntu 系统 apt-get install python3-pip 依赖报错解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1. 直接安裝報依賴錯誤
直接使用 apt-get install python3-pip 安裝
sudo apt-get install python3-pip
報以下依賴錯誤
ubuntu@ubuntu:~/src$ sudo apt-get 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:python3-pip : Depends: python-pip-whl (= 1.5.4-1ubuntu4) but 8.1.1-2ubuntu0.4 is to be installedDepends: python3-setuptools but it is not going to be installedRecommends: python3-dev (>= 3.2) but it is not going to be installedRecommends: python3-wheel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:~/src$
2. 解決方法
下載源碼安裝
wget https://bootstrap.pypa.io/get-pip.pysudo python3 get-pip.py
3. 驗證是否安裝成功
pip3 -V
ubuntu@ubuntu:~/src$ pip3 --version
pip 20.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
ubuntu@ubuntu:~/src$ pip3 -V
pip 20.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
ubuntu@ubuntu:~/src$
總結
以上是生活随笔為你收集整理的ubuntu 系统 apt-get install python3-pip 依赖报错解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《题山石榴花》是哪个时期的作品?
- 下一篇: uwsgi 安装报错 plugins/p