+ 6
Any Helper there to install pip in windows 10
i tried all solutions whatever i found over stakoverdflow or any other discuss plateform but still getting error of related frozen if someone knows I'll show more error details
47 Respostas
+ 6
https://youtu.be/xdj0mGmuNjc
See this video. Definitely it will help
+ 5
You can uninstall python and reinstall it with pip
+ 3
'pip' is not preinstalled in Windows. you need to install Python from https://www.python.org/downloads/ If you already installed python, set the PIP environment variable to C:\Users\<username>\AppData\Local\Programs\Python\Python36-32\Scripts\pip.exe
+ 2
I don't know if it'll work, but try "python -m pip"(-m is important)
+ 2
Go to the documentation and forums at python.org
+ 2
Check this one for an answer:
https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command
Python usually installs in a folder of your root drive like
C:\Python38
and pip is located in subfolder
C:\Python38\Scripts
So you just have to add this last one to your global PATH environment variable.
Also note that by default, pip will install stuff under your user's Appdata/Local/...something folder in a specific directory, so if you are not using virtual environments, you may also need to add this folder to your path. (the exact folder name is usually printed in console when you actually run pip)
Make sure you read not only the first answer to that stackoverflow quesion.
+ 2
Add python to path
+ 1
pip comes pre-installed with Python. Are you sure you don't have pip installed on your system. Go to the command prompt and type 'pip -V'.
If it shows something similar to "pip is not recognized as a command", then follow https://phoenixnap.com/kb/install-pip-windows. Else pip is installed on your system.
+ 1
ya i know it comes with python but me too surprised why it shows pip is not recognised
+ 1
can you provide the error details here
+ 1
try adding bin folder from your python installation to PATH
+ 1
Taste not able to find bin folder
+ 1
i couldn't find any bin folder in python installed directory
+ 1
where bin folder exist
+ 1
sorry, maybe its not bin, its been a while since i used windows.
just use the folder where you have the pip and python.exe instead of bin
+ 1
error shows can't open file pip errno 2 no such file
+ 1
nope
+ 1
I'm using with run as administrator
+ 1
the get-pip ?