N
N
Nolrox2020-11-11 22:30:54
pip
Nolrox, 2020-11-11 22:30:54

What to do if pip doesn't work?

I download Python, I go to the console, I write pip install and it says that "pip" is not an internal or external command, executable program or batch file. What to do?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Mikhail Krostelev, 2020-11-11
@Nolrox

Add to PATH.
Google environment variables
Or it will even be faster to reinstall python and check the appropriate box during installation.

M
Maxim, 2020-11-11
@Tomio

Do you have pip installed? https://pip.pypa.io/en/stable/installing/

S
Sergey Karbivnichy, 2020-11-11
@hottabxp

You need to update pip:
python -m pip install --upgrade pip
You are most likely using Python 3.9. But many maintainers did not have time to update the packages.So install Python 3.8
Discord.py is supported as long as python 3.5...3.8!
And it would be nice to install Microsoft C++ Build Tools , useful for installing some packages.

A
Artem Imaev, 2021-08-26
@AIRC24

if the PATH python checkbox did not work, you can: set up a manual .
here they explain how to manually set the PATH for python (for pip, just set the PATH to the address of the scripts in the python directory)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question