Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why can't I import bs4?
#2
Install BeautifulSoup with pip instead of whatever way you did.

pip3 install bs4

Output:
metulburr@ubuntu:~$ pip3 install bs4 Requirement already satisfied: bs4 in /usr/local/lib/python3.6/site-packages Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.6/site-packages (from bs4)
Recommended Tutorials:
Reply


Messages In This Thread
Why can't I import bs4? - by kmkim319 - Jul-21-2019, 03:43 PM
RE: Why can't I import bs4? - by metulburr - Jul-21-2019, 03:57 PM
RE: Why can't I import bs4? - by kmkim319 - Jul-23-2019, 03:25 PM

Forum Jump:

User Panel Messages

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