Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beautiful soup and tags
#8
(Jul-08-2019, 06:39 AM)perfringo Wrote:
(Jul-08-2019, 06:18 AM)starter_student Wrote: Thks for your response but I checked it and its already installed also the details were shown

Is the location of requests on your path so that Python can find it? You can check it within Python:

>>> import sys
>>> sys.path
['/anaconda/bin',
 '/anaconda/lib/python3.7',
 '/anaconda/lib/python3.7/lib-dynload',
 '/anaconda/lib/python3.7/site-packages'
  /.../]
Now check whether requests location is on path. If not, the you should add it to path.

This issue can also be related to Python versions (did you install it to correct one) or virtual environment (do you use them?).

One can always install request again with command: -m pip install requests which will install it into same Python version which is running in shell.

I think i was not importing the module in the right way! Thks
but now I have another error TypeError: a bytes-like object is required, not 'str'... can you help me with the code?
Reply


Messages In This Thread
Beautiful soup and tags - by starter_student - Jul-05-2019, 07:10 AM
RE: Beautiful soup and tags - by perfringo - Jul-05-2019, 07:18 AM
RE: Beautiful soup and tags - by starter_student - Jul-05-2019, 08:46 AM
RE: Beautiful soup and tags - by perfringo - Jul-05-2019, 09:19 AM
RE: Beautiful soup and tags - by starter_student - Jul-08-2019, 06:18 AM
RE: Beautiful soup and tags - by perfringo - Jul-08-2019, 06:39 AM
RE: Beautiful soup and tags - by starter_student - Jul-08-2019, 07:32 AM
RE: Beautiful soup and tags - by Larz60+ - Jul-05-2019, 11:21 PM
RE: Beautiful soup and tags - by snippsat - Jul-08-2019, 10:15 AM
RE: Beautiful soup and tags - by starter_student - Jul-08-2019, 12:16 PM
RE: Beautiful soup and tags - by snippsat - Jul-08-2019, 02:15 PM
RE: Beautiful soup and tags - by starter_student - Jul-08-2019, 03:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Soup('A') new_coder_231013 6 2,695 Aug-12-2023, 10:55 AM
Last Post: Pubfonts
  Beautiful Soup - access a rating value in a class KatMac 1 3,524 Apr-16-2021, 01:27 PM
Last Post: snippsat
  *Beginner* web scraping/Beautiful Soup help 7ken8 2 2,692 Jan-28-2021, 04:26 PM
Last Post: 7ken8
  Help: Beautiful Soup - Parsing HTML table ironfelix717 2 2,763 Oct-01-2020, 02:19 PM
Last Post: snippsat
  Beautiful Soup (suddenly) doesn't get full webpage html j.crater 8 17,394 Jul-11-2020, 04:31 PM
Last Post: j.crater
  Requests-HTML vs Beautiful Soup - How to Choose? robin73 0 3,875 Jun-23-2020, 02:53 PM
Last Post: robin73
  looking for direction - scrappy, crawler, beautiful soup Sly_Corn 2 2,520 Mar-17-2020, 03:17 PM
Last Post: Sly_Corn
  Beautiful soup truncates results jonesjoz 4 4,029 Mar-09-2020, 06:04 PM
Last Post: jonesjoz
  Beautiful Soup find_all() kirito85 2 3,441 Jun-14-2019, 02:17 AM
Last Post: kirito85
  [split] Using beautiful soup to get html attribute value moski 6 6,417 Jun-03-2019, 04:24 PM
Last Post: moski

Forum Jump:

User Panel Messages

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