Good morning. I am getting an error telling me BeautifulSoup isn't installed. Yet, I've installed it several times. I'm stuck.
import bs4 BeautifulSoup
import re
WOGCC_API{49005244950000,
49005245000000,
49005245070000,
49005245070001,
49005245170000,
49005245210000,
49005245240000,
49005245250000,
49005245260000,
49005245270000,
49005245410000,
49005245420000,
49005245430000,
49005245470000,
49005245510000,
49005245570000,
49005245580000,
49005245620000,
49005245640000,
49005245650000,
49005245680000,
49005245700000,
49005245710000,
49005245750000,
49005245760000
}
def WOGCC_Scraper():
API = 0
while API > 0:
WOGCC_API_FETCH = pipeling.wyo.gov/Entryapi.cfm?oops2=1 +str[WOGCC_API]{API}[3:10]Error:C:\Python365\python.exe C:/Automate_the_Boring_Stuff/Chapter_11_-_Web_Scraping/WOGCCCompletionsTJNStyle10182018.py
File "C:/Automate_the_Boring_Stuff/Chapter_11_-_Web_Scraping/WOGCCCompletionsTJNStyle10182018.py", line 1
import bs4 BeautifulSoup
^
SyntaxError: invalid syntax
Process finished with exit code 1As always - I appreciate any help you can provide.
