Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip error message
#1
Hi everyone,
I am really new to using python and I got stuck on trying to upload a third party module with pip.
I know pip should come pre-installed with the newer versions of python, but when I try to use pip with my commandprompt I get the following error message: 'pip' is not recognized as an internal or external command,
operable program or batch file.

I already tried adding the path to pycharm, but it still won't work. I also downloaded pip manually, but that doesn't make any difference.
Could the problem be that I placed pycharm on my onedrive?

If someone could help me that would be really great! Thanks in advance!
Reply
#2
(Apr-21-2020, 09:30 AM)Marijn Wrote: pip' is not recognized as an internal or external command,
Look at Python 3.8 (3.6-3.7) and pip installation under Windows.
There is section Fixing Path if needed.

Can also do new install to also make a easier placement.
Then we don't need to help people find there Python version
C:\Users\(Your logged in User)\AppData\Local\Programs\Python\Python38 
I think this was stupid decisions bye Python dev for a default Path for Python as this folder is also hidden in Windows bye default,and yes i now the security reason for this.
So i have this Path as i have had in all previous version of Python,and will always have so Wink
C:\Python38
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error message about iid from RandomizedSearchCV Visiting 2 934 Aug-17-2023, 07:53 PM
Last Post: Visiting
  Another Error message. the_jl_zone 2 943 Mar-06-2023, 10:23 PM
Last Post: the_jl_zone
  Mysql error message: Lost connection to MySQL server during query tomtom 6 15,685 Feb-09-2022, 09:55 AM
Last Post: ibreeden
  understanding error message krlosbatist 1 1,859 Oct-24-2021, 08:34 PM
Last Post: Gribouillis
  Error message pybits 1 36,087 May-29-2021, 10:26 AM
Last Post: snippsat
  f-string error message not understood Skaperen 4 3,269 Mar-16-2021, 07:59 PM
Last Post: Skaperen
  Overwhelmed with error message using pandas drop() EmmaRaponi 1 2,302 Feb-18-2021, 07:31 PM
Last Post: buran
  Winning/Losing Message Error in Text based Game kdr87 2 2,928 Dec-14-2020, 12:25 AM
Last Post: bowlofred
  Don't understand error message Milfredo 2 1,995 Aug-24-2020, 05:00 PM
Last Post: Milfredo
  what to do about this error message deric23 0 1,885 May-15-2020, 02:49 PM
Last Post: deric23

Forum Jump:

User Panel Messages

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