Help - pip won't run on my PC

I’m new to Python and am watching Mike Dane;s tutorial. In the section where he discusses pip we are instructed to open the command window and type “pip --version”. When I do this I get “This App can’t run on your PC. To find a version fro your PC check with the software publisher”

I’m running an old 64 bit AMD computer with windows 10 and I have Python version 3.7.9.

Any help or advice will be greatly appreciated.

Hello there, may I ask how you installed pip (maybe it’s a good idea to link the tutorial you’re following here)? I don’t exactly have experience using pip on Windows but I guess you may want to try invoking it via py -m pip.

How did you install pip in the first place?

Thanks! That worked.