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 ...

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to