I have a issue in pip install and also in tensorflow and mediapipe

pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • pip --version
  •   + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    
    

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Apps > Advanced app settings > App execution aliases.

these are the errors it shows

Python and pip are not in your %PATH%. And I’m not sure you have Python installed at all.

On Windows the py command is recommend.

To run python

py

To run pip

py -m pip 

See 4. Using Python on Windows — Python 3.13.3 documentation for more information.