Python import bs4 Python 3.12.5
I have installed bs4
pip install beautifulsoup4
I imported it
from bs4 import BeautifulSoup
And when i try to execute my code i get this error code:
Traceback (most recent call last): File "C:....main.py", line 2, in <module> from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'
I realy dont get what the problem is, i installed bs4