Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python code for scraping
#12
Quote:Requirement already satisfied <use --upgrade to upgrade>: requets in c:\users\pcname\appdata\local\enthought\canopy\user\lib\site-packages
Thats because its already installed on your enthought python

If you didnt change thr default path to something like C:\Python36-32 then you should be using the pip from the location C:\Users\<PC_NAME>\AppData\Local\Programs\Python36-32

open cmd.exe and execute the following...(replace PC_NAME with yours, and i am assuming you installed python 32 bit? ->Python36-32 ?? Otherwise its Python36-64

cd C:\Users\<PC_NAME>\AppData\Local\Programs\Python36-32\Scripts
pip.exe install requests
This should install it for the correct python
Recommended Tutorials:
Reply


Messages In This Thread
python code for scraping - by sirgeo - Mar-28-2017, 03:53 PM
RE: python code for scraping - by wavic - Mar-28-2017, 04:02 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 04:23 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 04:06 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 04:42 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 05:38 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 06:17 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 06:32 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 06:49 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 06:49 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 07:06 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 07:14 PM
RE: python code for scraping - by sirgeo - Mar-28-2017, 07:30 PM
RE: python code for scraping - by snippsat - Mar-28-2017, 11:19 PM
RE: python code for scraping - by metulburr - Mar-28-2017, 11:39 PM

Forum Jump:

User Panel Messages

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