-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "No handlers could be found for logger "gensim.models.word2vec" message during import #910
Comments
@tmylk Check logging.basicConfig.
I believe adding logging.basicConfig() to gensim.models.word2vec should do the trick. Implementing this on my system pops the following WARNING in compliance with the logger warning here Do you want to print this message? |
Yes, that text is very important. Let's print it |
On OSX, the following message, is printed
So, I guess, it works correctly on OSX. |
i got Slow version of gensim.models.doc2vec is being used error....pls help |
@shrutiag95 have you tried installing cython and then |
Instead print the actual message that word2vec is trying to print
The text was updated successfully, but these errors were encountered: