Hi, first time poster here.
So I've been trying Beautiful Soup for the first time, but when I tried running my code, I ended up getting a ModuleNotFound error.
![[Image: image.png?width=895&height=425]](https://media.discordapp.net/attachments/1060728696828330025/1119440670973759580/image.png?width=895&height=425)
I've been looking for other posts online and tried uninstalling and reinstalling BeautifulSoup, and even reinstalling it through Windows Shell but to no avail. (Even restarted my IDE, using Visual Studio here)
Checked my paths, they should also be in the clear as well
![[Image: image.png?width=895&height=196]](https://media.discordapp.net/attachments/1060728696828330025/1119457292199399534/image.png?width=895&height=196)
I even checked, they're both running on python 3.11
![[Image: image.png?width=895&height=95]](https://media.discordapp.net/attachments/1060728696828330025/1119445941800419338/image.png?width=895&height=95)
The Versions of Pip and BeautifulSoup are noted to be in their latest versions as well.
I tried fiddling things around and apparently found out that the error disappears when I run the code instead on Python 3.1
![[Image: image.png?width=895&height=250]](https://media.discordapp.net/attachments/1060728696828330025/1119446905173327962/image.png?width=895&height=250)
which I don't really know why this happened. I would love some help in understanding the situation.
So I've been trying Beautiful Soup for the first time, but when I tried running my code, I ended up getting a ModuleNotFound error.
![[Image: image.png?width=895&height=425]](https://media.discordapp.net/attachments/1060728696828330025/1119440670973759580/image.png?width=895&height=425)
I've been looking for other posts online and tried uninstalling and reinstalling BeautifulSoup, and even reinstalling it through Windows Shell but to no avail. (Even restarted my IDE, using Visual Studio here)
Checked my paths, they should also be in the clear as well
![[Image: image.png?width=895&height=196]](https://media.discordapp.net/attachments/1060728696828330025/1119457292199399534/image.png?width=895&height=196)
I even checked, they're both running on python 3.11
![[Image: image.png?width=895&height=95]](https://media.discordapp.net/attachments/1060728696828330025/1119445941800419338/image.png?width=895&height=95)
The Versions of Pip and BeautifulSoup are noted to be in their latest versions as well.
I tried fiddling things around and apparently found out that the error disappears when I run the code instead on Python 3.1
![[Image: image.png?width=895&height=250]](https://media.discordapp.net/attachments/1060728696828330025/1119446905173327962/image.png?width=895&height=250)
which I don't really know why this happened. I would love some help in understanding the situation.