pip doesn't work

Peter Otten __peter__ at web.de
Fri Aug 13 02:00:31 EDT 2021


On 13/08/2021 06:49, Ridit wrote:
>     So, whoever gets this, when I try to download packages using pip, it shows
>     errors saying "'pip' is not recognized as an internal or external command,
>     operable program or batch file." Is there a way to solve this? I tried
>     modifying, even repairing three times, but still it doesn't work. If you
>     have a solution, thank you.

Try invoking it with

py -m pip ...

instead of just

pip ...



More information about the Python-list mailing list