Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] beginner help
#5
Hello newbieAuggie2019. Thx for your instructions. I followed them and installed Python 3.7.4.
However after "pip install beautifulsoup4" I get message:
requirement already satisfied: beautifulsoup4 in c:>\program files\python37\lib\site packages (4.8.1)
requirement already satisfied: soupsieve>=1.2 in c:>\program files\python37\lib\site packages (from beautifulsoup4) (1.5)
When I ask in Python import for bs4 and soupsieve, this is OK, but import beautifulsoup4 gives "ModuleNotFoundError: no module named 'beautifulsoup4'.
When I look in lib I see maps bs4 and soupsieve, but no map beautifulsoup4 (only beautifulsoup4-4.8.1.dist.info)

best regards
Reply


Messages In This Thread
[split] beginner help - by AMT59 - Nov-20-2019, 09:31 AM
RE: [split] beginner help - by newbieAuggie2019 - Nov-20-2019, 12:01 PM
RE: [split] beginner help - by ChislaineWijdeven - Nov-20-2019, 01:04 PM
RE: [split] beginner help - by snippsat - Nov-20-2019, 12:15 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 12:01 PM
RE: [split] beginner help - by newbieAuggie2019 - Nov-21-2019, 12:44 PM
RE: [split] beginner help - by ThomasL - Nov-21-2019, 12:14 PM
RE: [split] beginner help - by snippsat - Nov-21-2019, 12:18 PM
RE: [split] beginner help - by AMT59 - Nov-21-2019, 03:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Python beginner: Weird Syntax Error mnsaathvika 1 2,165 Jul-22-2019, 06:14 AM
Last Post: buran

Forum Jump:

User Panel Messages

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