Unable to locate package python-pip Ubuntu 20.04

前端 未结 6 1415
故里飘歌
故里飘歌 2020-12-11 02:05

I am trying to install mininet-wifi. After downloading it, I have been using the following command to install it:

    sudo util/install.sh -Wlnfv
         


        
6条回答
  •  被撕碎了的回忆
    2020-12-11 02:34

    To solve the problem of:

    E: Unable to locate package python-pip
    

    Run the package update index cmd:

    sudo apt update
    

    If not that, then python-pip-whl (which is also a package installer) is available in the universe repository, make sure that's installed and then run:

    sudo apt-get install python-pip-whl
    

提交回复
热议问题