sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.02k stars 1.13k forks source link

AttributeError: module 'numpy' has no attribute '_no_nep50_warning' #425

Closed austinmyc closed 4 months ago

austinmyc commented 4 months ago

Tried to ran:

from textblob import TextBlob
s = TextBlob('Test Text.')
s

And this error came out. Potentially about the versions of numpy?

austinmyc commented 4 months ago

I solved it by reinstalling numpy in conda prompt, but not sure what the exact problem was.