Score:0

/usr/bin/python3: No module named pip

mm flag

Why does this happen?

python3 -m pip install --user --upgrade pip
/usr/bin/python3: No module named pip

Surely this should be easy to fix.

pLumo avatar
in flag
because you have not installed `pip` maybe?
Score:4
in flag

pip is not installed by default.

Install via apt:

sudo apt install python3-pip

Or alternative methods described in the documentation.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.