fabriziosalmi / UglyFeed

Retrieve, aggregate, filter, evaluate, rewrite and serve RSS feeds using Large Language Models for fun, research and learning purposes
GNU Affero General Public License v3.0
124 stars 4 forks source link

ModuleNotFoundError: No module named 'sklearn' #4

Closed dep closed 5 months ago

dep commented 5 months ago

After following the readme I receive an error.

python main.py

Traceback (most recent call last):
  File "/Users/dpeck/Sites/UglyFeed/main.py", line 4, in <module>
    from rss_reader import fetch_feeds_from_file
  File "/Users/dpeck/Sites/UglyFeed/rss_reader.py", line 9, in <module>
    from sklearn.feature_extraction.text import TfidfVectorizer
ModuleNotFoundError: No module named 'sklearn'
fabriziosalmi commented 5 months ago

thank you to point me out to that 🥤 to fix just run pip install scikit-learn

I'm updating the requirements.txt in the meanwhile :)

nltk
feedparser
tqdm
requests
beautifulsoup4
pandas
numpy
scikit-learn
openai
spacy
jiwer
textstat