I was able to install the library, however, when I try to run it, it shows me the following error.
Don't know what to do, I am going crazy about it. Someone please help me!!
I was able to install the library, however, when I try to run it, it shows me the following error.
Don't know what to do, I am going crazy about it. Someone please help me!!
try this instead of adding 4 to the end.
from bs4 import BeautifulSoup
You're importing from Beautifulsoup4
what is the wrong package. Instead, from bs4 import BeautifulSoup
For more details, check the PyPi page of the package: https://pypi.org/project/beautifulsoup4/