Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

ModuleNotFoundError: No module named 'bs4' but in pip list is already installed

in here try to install beautifulSoup using pip, but the module is not found, I try to verify python path and pip on my computer here us the result /Users/macbookairm2/Code/Dev/Fiverr/Scraping/project/...
perymerdeka's user avatar
-2 votes
0 answers
41 views

Can't scrape email from GitHub sidebar (vcard) with BeautifulSoup

I'm trying to scrape emails from GitHub profiles. I can get emails from the main section, but I'm unable to scrape the email from the sidebar (vcard) using BeautifulSoup. I can get emails from the ...
Balla P. Tall's user avatar
-3 votes
0 answers
47 views

Warning, how to disable it? "XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser" [closed]

Full text: /usr/lib/python3.12/html/parser.py:171: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), ...
Vitaly Zdanevich's user avatar