E: Unable to locate package python3-pip
sudo add-apt-repository universe
sudo apt-get update
E: Unable to locate package python3-pip
sudo add-apt-repository universe
sudo apt-get update
pip3 has no installation candidate
// Run
sudo nano /etc/apt/sources.list
// And add these lines.
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
// Press Ctrl+O to save the file. Press Ctrl+X to quit nano. Then run:
sudo apt update
sudo apt install python3-pip
Package 'python3-pip' has no installation candidate
# Just update and upgrade
sudo apt update && sudo apt upgrade -y
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us