Quite a simple problem I'm probably just doing something wrong but: Even if I just put the import and nothing else like this:
from bs4 import BeautifulSoup
It automatically infinitely asks for this prompt:
Output:
Enter a number:
Edit: I am running the same file. Entire program
Any suggestions?
Edit: I got a solution thanks to the comments, there was a duplicate bs4 folder in the same folder as the file.