collinsmc23 / cybersec-info-automation-scripts

3 Python Scripts to automate cybersecurity information, including a secure, random password generator, cybersec articles list generator, and a CVE list generator.
14 stars 12 forks source link

ModuleNotFoundError: No module named 'feedparser' #2

Open Princedevil007 opened 4 years ago

Princedevil007 commented 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 ..!!!

Aviksaikat commented 4 years ago

I ran it using python 3.6 & it worked. I was getting the issue in python 3.7

collinsmc23 commented 4 years ago

You have to download feedparser module.

If you have pip, do pip install feedparser.