when I write bs4 on vs code it said
Import bs4 could not be resolved from source
and it has a yellow underline
and I tried to write in the terminal install beautifulsoup4 many times but it didn't work
when I write bs4 on vs code it said
Import bs4 could not be resolved from source
and it has a yellow underline
and I tried to write in the terminal install beautifulsoup4 many times but it didn't work
Use pip install beautifulsoup4 to install the package with pip.
For more information about python packages read Installing python packages and Managing packages with pip