Open Princedevil007 opened 4 years ago
Dude What's wrong with module can you fix this...?
Traceback (most recent call last): File "cybernews.py", line 1, in import feedparser ModuleNotFoundError: No module named 'feedparser'
I am getting this error after running ..!!!
I ran it using python 3.6 & it worked. I was getting the issue in python 3.7
You have to download feedparser module.
If you have pip, do pip install feedparser.
pip install feedparser.
Dude What's wrong with module can you fix this...?
Traceback (most recent call last): File "cybernews.py", line 1, in
import feedparser
ModuleNotFoundError: No module named 'feedparser'
I am getting this error after running ..!!!