Python Forum

Full Version: Installing pip and pandas
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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 .
I installed python 3.8.0 and remembered to tick the path box. Now everything works.