Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing pip and pandas
#1
For a while I have been running fairly simple code using Python. Now I am trying to extract data from a very large CVS file and I need, I think, PIP, pandas and xlsxwriter.

After quite a bit of searching I found where Python 3.7 had been installed. But I cannot get instructions like C:\Users\david>pip install pandas to work from the command prompt. Nothing is recognised.

I suppose that I might have to modify a path instruction.

I don't know how to go about this and the refs I have turned up are confusing me.
Reply
#2
(Oct-23-2019, 08:56 PM)DavidTheGrockle Wrote: I suppose that I might have to modify a path instruction.
Yes you forgot to Add Python37 to Path under installation(there is box).
Look Python 3.6/3.7 and pip installation under Windows .
Under Fixing Path if needed .
Reply
#3
I installed python 3.8.0 and remembered to tick the path box. Now everything works.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing Older Version Of Numpy & Pandas knight2000 6 1,766 Aug-30-2023, 10:58 AM
Last Post: knight2000

Forum Jump:

User Panel Messages

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