when you got import error at beautifulsoup4
when you download this module, use
pip3 install beautifulsoup4
pip install beautifulsoup4
e
And when you use it, use
from bs4 import BeautifulSoup
Should be careful about the cases.
I spent 3hours because of it!!!!
0 comments