+ 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.
10 Answers
+ 3
pip should be installed by default in python3, type pip --version to check if it's installed or not
+ 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
โ ๐ โโ๏ฝสธแต๐๐พ ๐โฆ
??
I didn't get you
+ 3
โ ๐ โโ๏ฝสธแต๐๐พ ๐โฆ I'm not a Windows user so I really can't help on here.
I think python was never installed on your PC, you may need to re-install it cos it requires no settings and pip3 should also be installed by default
+ 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