X
X
xxxfdd2021-01-07 03:14:54
cmd/bat
xxxfdd, 2021-01-07 03:14:54

"pip" is not an internal or external command, operable program, or batch file. why?

specified in PATH like this ;C:\Users\marme\AppData\Local\Programs\Python\Python39;C:\Users\marme\AppData\Local\Programs\Python\Python39\Scripts external team

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Developer, 2021-01-07
@samodum

try pip3 instead of pip.
In general, the problem is in the path and the possible mismatch between the installed versions of python.
UPD:
https://www.google.com/search?biw=1920&bih=969&q=p...
https://ru.stackoverflow.com/questions/624272/%D0%...
https://python- scripts.com/question/27837
https://appuals.com/fix-pip-is-not-recognized-as-a... .
https://stackoverflow.com/questions/23708898/pip-i...

V
Vasily Bannikov, 2021-01-07
@vabka

1. Try restarting cmd
2. Check that there really is pip in this path
3. Try typing C:\Users\marme\AppData\Local\Programs\Python\Python39\pip.exe
4. Try calling from pwsh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question