zoukankan      html  css  js  c++  java
  • Unable to locate package python3-pip

    #1 Unable to locate package python3-pip
    ##1.1 问题:
    执行: sudo apt-get install python3-pip时,报错:
    Reading package lists... Done
    Building dependency tree Reading state information... Done
    E: Unable to locate package python3-pip

    ##1.2 解决办法:
    vi /etc/apt/sources.list

    Then add universe category at the end of each line:

    deb http://archive.ubuntu.com/ubuntu bionic main universe
    deb http://archive.ubuntu.com/ubuntu bionic-security main universe
    deb http://archive.ubuntu.com/ubuntu bionic-updates main universe

    sudo apt-get update
    sudo apt-get install -y python3-pip

    ##1.3 参考:
    https://stackoverflow.com/questions/52394543/pip-install-problem-with-ubuntu-18-04-and-python-3-6-5
  • 相关阅读:
    面向对象之prototype,__proto__
    Screen对象
    location对象
    history对象
    JS计时器
    window对象
    Dom操作html详细
    终端 git log 修改样式
    null 和 NULL 判断
    textfield设置左边距
  • 原文地址:https://www.cnblogs.com/pascal1000/p/12994084.html
Copyright © 2011-2022 走看看