How can i solve the errno9 problem? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i solve the errno9 problem?

i can't install the "pip" on my system. When i type the command, "python get-pip.py" it gives me the following error: errno 9, Bad file descriptor.

21st Sep 2020, 7:53 PM
WaYR🇧🇩
WaYR🇧🇩 - avatar
8 Answers
+ 3
ZAHIN which IDE are you using? IDLE? If yes, Then while downloading it there would have been an option of "add to path" and you missed it! But np! Search it in Local Disk (C:) It will most probably be in the Scripts folder! Copy it's path by right click => properties Go to the command prompt, Type this: >>> cd C:/Users/......../Scripts Cd stands for change directory Then try to install modules and all! >>> pip --version >>> pip install pandas
21st Sep 2020, 8:28 PM
Namit Jain
Namit Jain - avatar
21st Sep 2020, 11:01 PM
Namit Jain
Namit Jain - avatar
+ 2
The path might be like this: C:/Users/Name/AppData/Local/Programs/Python/Python36-32/Scripts Or simply search for pip by using the top right search bar
21st Sep 2020, 8:32 PM
Namit Jain
Namit Jain - avatar
+ 2
Thanks bro💙💙
21st Sep 2020, 8:34 PM
WaYR🇧🇩
WaYR🇧🇩 - avatar
+ 1
it says, pip is not recognised as a internal or external command, operable program or batch file.
21st Sep 2020, 8:05 PM
WaYR🇧🇩
WaYR🇧🇩 - avatar
+ 1
but bro, in my case, the script folder is empty.
21st Sep 2020, 8:30 PM
WaYR🇧🇩
WaYR🇧🇩 - avatar
+ 1
Namit Jain when you copy it what else
21st Sep 2020, 10:37 PM
Dove
Dove - avatar
+ 1
when you copy the path what else will you do
21st Sep 2020, 11:02 PM
Dove
Dove - avatar