vivekpabani / News-Recommendation-System

18 stars 3 forks source link

nltk module not found error #1

Open asanka1055 opened 7 years ago

asanka1055 commented 7 years ago

When I run the main.py it shows the below error. How can I fix the issue and re-run?

Traceback (most recent call last): File "F:/4th yr project/Interim/News-Recommendation-System-master/source_code/main.py", line 21, in from document import Document File "F:\4th yr project\Interim\News-Recommendation-System-master\source_code\document.py", line 13, in from nltk.stem.porter import * ModuleNotFoundError: No module named 'nltk'

vivekpabani commented 6 years ago

Sorry, I didn't get this message earlier. It looks like you need to install nltk library.

shavaibhav commented 6 years ago

sir,i can't find the library nltk can you provide some solution or link to install.I installed the library but when running main.py it will giving error.

vivekpabani commented 6 years ago

See if this helps:

https://stackoverflow.com/questions/27947414/python-cant-find-module-nltk