Python Forum
The term 'pip' is not recognized as the name of a cmdlet, function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The term 'pip' is not recognized as the name of a cmdlet, function
#1
I downloaded Python 3.11.4 via the launcher, and PIP does not work. Windows 64 bit

Quote:Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)] on win32

If I try ensurepip:
Quote:PS D:\Users\leadw\Document\Folder> python -m ensurepip
Looking in links: c:\Users\leadw\AppData\Local\Temp\tmp85vb73v7
Requirement already satisfied: setuptools in c:\users\leadw\appdata\local\programs\python\python311\lib\site-packages (65.5.0)
Requirement already satisfied: pip in c:\users\leadw\appdata\local\programs\python\python311\lib\site-packages (23.1.2)

Then If I try PIP:

Quote:PS D:\Users\leadw\Document\Folder> pip --version
>>
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip --version
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

In my user and system Path:

Quote:C:\Users\leadw\AppData\Local\Programs\Python\Python311
C:\Users\leadw\AppData\Local\Programs\Python\Python311\Scripts
Reply
#2
If you look in C:\Users\leadw\AppData\Local\Programs\Python\Python311\Scripts do you see pip.exe?

If you open a command shell, move to C:\Users\leadw\AppData\Local\Programs\Python\Python311\Scripts can you run "pip list"?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 440 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  Sum of changing general term Vantin19 2 717 Apr-04-2023, 08:22 AM
Last Post: Gribouillis
  Index Function not recognized in Python 3 Peter_B_23 1 1,245 Jan-08-2023, 04:52 AM
Last Post: deanhystad
  matrix multiplication term by term karolina 1 836 Dec-10-2022, 10:11 AM
Last Post: Gribouillis
  Long-term stable source to get news headlines with Python? sandufi 4 1,945 Dec-23-2021, 09:48 AM
Last Post: sandufi
  TypeError: size; expecting a recognized type filling string dict a11_m11 0 2,541 Feb-10-2020, 08:26 AM
Last Post: a11_m11
  matplotlib isn't recognized after installation Pavel_47 5 2,852 Sep-18-2019, 07:01 PM
Last Post: snippsat
  how do i get y to be recognized in this comprehension? Skaperen 5 3,142 Aug-26-2019, 07:43 PM
Last Post: Skaperen
  Confusion in exact term used for ? ift38375 2 2,575 Jul-22-2019, 08:58 AM
Last Post: buran
  why is my dictionary not recognized as such zatlas1 5 3,792 Jan-14-2019, 01:15 AM
Last Post: woooee

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020