P
P
PythonBeginner202018-06-04 00:03:40
linux
PythonBeginner20, 2018-06-04 00:03:40

Why can't Python find the pip3 and pip module?

Why doesn't any version of python see the pip module? Tried various methods:

python3.5 -m pip3 html2text
python -m pip html2text
python -m pip3 html2text

None of the commands help. But at the same time, modules are ideally installed via PyCharm. What is the magic and how to run pip?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shvets, 2018-06-04
@PythonBeginner20

uh i just saw a python yesterday, but obviously

apt install python3-pip
pip3 install html2text

orpython3 -m pip install html2text

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question