You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to use TextBlob, there is an error asking me to run:
python -m textblob.download_corpora
When it run that, it does download the corpora in the directory : C:\Users{my username}\AppData\Roaming\nltk_data
But apparently, TextBlob can not find the corpora and keeps asking me to download them. This only happens if I use TextBlob in a virtual environment. No issues in the global environment.
Any solutions?
The text was updated successfully, but these errors were encountered:
When I want to use TextBlob, there is an error asking me to run:
python -m textblob.download_corpora
When it run that, it does download the corpora in the directory : C:\Users{my username}\AppData\Roaming\nltk_data
But apparently, TextBlob can not find the corpora and keeps asking me to download them. This only happens if I use TextBlob in a virtual environment. No issues in the global environment.
Any solutions?
The text was updated successfully, but these errors were encountered: