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.