my problem is with installing module "beautifulsoup4". In pycharm i installed the package correctly but when im trying to import the module it says no module found with that name.and i searched the internet for solution and i found a way for that . It says in terminal use this command :
"pip install beautifulsoup4 "
But still pycharm or id le shell cant find the module.even i tried the command :
"pip install beautifulsoup4 --upgrade"
and terminal says its already up-to date.
I think the problem is with your version of python selected in pycharm and the version of python you installed BeautifulSoup
If using python3
pip3 install BeautifulSoup
or
pip3 install bs4
in case of python2 replace pip3 with pip
try to change python interpreter in pycharm settings.
alternatively try ( only for Ubuntu and Like Linux) I can't remember the exact package. try
apt-get install python3-bs4
or
apt-get python3-BeautifulSoup
again do it with python if you want for python2
use pip3:
pip3 install beautifulsoup4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With