I need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

I need help

When write in command line (pip install) Message appears on the screen that pip is not recognized as an internal or external command I don't know what I do, can help me in this problem

5th Oct 2020, 11:06 AM
Manar Samir
Manar Samir - avatar
31 Answers
6th Oct 2020, 9:33 PM
ZoS
ZoS - avatar
+ 4
If you use windows and python is installed then you need to add the path of your pip installation to your PATH variable or run this command in cmd setx PATH "%PATH%";C:\Python34\Scripts" Depend on what python version you use python34 or other set your path to it .. Or try to run this command when installing a package: python -m pip install package_name
5th Oct 2020, 12:01 PM
HBhZ_C
HBhZ_C - avatar
+ 4
Sometimes you have to reboot your pc when setting environment variables try and look eveywhere in youtube ...google... for same error and don't give up.Welcome any time
5th Oct 2020, 1:59 PM
HBhZ_C
HBhZ_C - avatar
+ 3
Do python3 install in your device?
5th Oct 2020, 11:56 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 3
Finally I install pip ❤️ But when I write "%PATH%;C:\Python38\Scripts" Appears the file name, directory name is incorrect
5th Oct 2020, 1:31 PM
Manar Samir
Manar Samir - avatar
+ 3
First add python to path Then try this : - python pip install
6th Oct 2020, 11:49 AM
Nikunj Vashishtha
Nikunj Vashishtha - avatar
+ 2
I did this but this message appeared " C:\Users\Manar ' is not recognized as an internal or external comman, operable program or batch file
5th Oct 2020, 12:10 PM
Manar Samir
Manar Samir - avatar
+ 2
Python version is 3.8.6 And I use pycharm IDE
5th Oct 2020, 12:27 PM
Manar Samir
Manar Samir - avatar
+ 1
I have the same problem
5th Oct 2020, 12:30 PM
Manar Samir
Manar Samir - avatar
+ 1
Try with setx PATH "%PATH%;C:\Python38\Scripts"
5th Oct 2020, 12:40 PM
HBhZ_C
HBhZ_C - avatar
+ 1
The Python program is not installed on this C:\Users\Manar How I change the path
5th Oct 2020, 12:43 PM
Manar Samir
Manar Samir - avatar
+ 1
So you have to give the full path name to the command .Then you can install any package you want with pip install or python -m pip install pqckageName
5th Oct 2020, 1:37 PM
HBhZ_C
HBhZ_C - avatar
+ 1
I am so so sorry that I wasted your time But every time I write the path, a message appears is not recognized 
5th Oct 2020, 1:55 PM
Manar Samir
Manar Samir - avatar
+ 1
Thank you for your time✨
5th Oct 2020, 1:56 PM
Manar Samir
Manar Samir - avatar
+ 1
✨🌻
5th Oct 2020, 2:02 PM
Manar Samir
Manar Samir - avatar
+ 1
This happen if you are using an old version of python or you haven't mentioned the environment variable for the pip path. The easiest trick to solve this problem by installing the latest version of Python.
6th Oct 2020, 3:49 AM
Vinay Khatri
Vinay Khatri - avatar
+ 1
If you are using windows, it is normal. You need to search your python carpet in your pc, then search the pip carpet, and then open the terminal there and execute the pip command
6th Oct 2020, 7:56 PM
Fabio Bermúdez
Fabio Bermúdez - avatar
0
Yes
5th Oct 2020, 11:57 AM
Manar Samir
Manar Samir - avatar
0
How you run your python files ?What python version you have?You use what ide?
5th Oct 2020, 12:25 PM
HBhZ_C
HBhZ_C - avatar
0
Then you get it solved or not?
5th Oct 2020, 12:28 PM
HBhZ_C
HBhZ_C - avatar