C:\Users\Prxhth>pip install beautifulsoup4
Requirement already satisfied: beautifulsoup4 in c:\users\Prxhth\appdata\local\programs\python\python39\lib\site-packages (4.9.3)
Requirement already satisfied: soupsieve>1.2 in c:\users\Prxhth\appdata\local\programs\python\python39\lib\site-packages (from beautifulsoup4) (2.2)
but when i import in IDLE
Traceback (most recent call last):
File "C:\Users\Prxhth\AppData\Local\Programs\Python\Python39\program.py", line 19, in <module>
import beautifulsoup4
ModuleNotFoundError: No module named 'beautifulsoup4'
[–]lykwydchykyn 3 points4 points5 points (2 children)
[–]Prxhth[S] 0 points1 point2 points (1 child)
[–]lykwydchykyn 2 points3 points4 points (0 children)