My problem is installing the "beautifulsoup4" module. In pycharm, I installed the package correctly, but when I try to import the module, it says that the module was not found with this name. And I searched the Internet for a solution, and I found a way for this. The terminal uses this command:
"pip install beautifulsoup4"
But still pycharm or id le shell can not find module.even I tried the command:
"pip install beautifulsoup4 --upgrade"
and the terminal says that it is already updated.
source
share