Nov-30-2024, 10:01 PM
I am trying to web scrape news articles:
After installing newspaper3k, my code got stuck on the next line trying to import the required module.
pip install newspaper3k # ran ok
import newspaper # to import required module but this failed.
Can anyone assist me, please?
After installing newspaper3k, my code got stuck on the next line trying to import the required module.
pip install newspaper3k # ran ok
import newspaper # to import required module but this failed.
Can anyone assist me, please?