Error in pip3 and tensorflow

Hi Guys,

I am trying to install pip3 and tensorflow in my system but when i am doing so I am facing certain issues.
Like when i pass the command pip3 install in cmd,i get following error:
C:>pip3 install
‘pip3’ is not recognized as an internal or external command,
operable program or batch file.

Please help me as i have urgent python integration with UiPath.

Regards,
Somya

Have you added environmental variable for pip3 path?

@somya177

you need to have python installed in the PATH environment variable first to be able to use the pip/other python commands in your normal command

During the latest python installation, it automatically asks you if you would like to modify your Path variable while installing python in your system (so that you can use python commands in CMD)

Else go to My Computer>Right Click and Select Properties>Advanced Sytem Settings>Enviroment Variables> Select PATH and edit it with the path to your python folder

Hi ,
In my Path I gave the path to be
C:\Users\sp00532526\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.6


and when i gave command in command prompt c:/>pip3 install,
still i got the previous error.

Please support.

@somya177

please refer this :slight_smile:
https://www.pythoncentral.io/add-python-to-path-python-is-not-recognized-as-an-internal-or-external-command/

I did the changes as per given above but still I faced this issue:

@somya177

Install Python 3.7 . In the installer itself there is an option to install Python to Path. Thats the easiest way

Example Paths

C:\Users\Your User Name\AppData\Local\Programs\Python\Python37-32\Scripts\

C:\Users\Your User name\AppData\Local\Programs\Python\Python37-32\

Hi,
Even after installing Python 3.7 i got this error:

image

Please Try this