+ 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.
8 odpowiedzi
+ 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
+ 3
♠👑 ℍⓄlʸᵇ𝕆𝒾 👍♦
??
I didn't get you
+ 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
+ 2
Thanks bro💙💙
+ 1
it says, pip is not recognised as a internal or external command, operable program or batch file.
+ 1
but bro, in my case, the script folder is empty.
+ 1
Namit Jain when you copy it what else
+ 1
when you copy the path what else will you do