Discussion:
[gensim:7260] Kernel dies after importing gensim
Стефан Николич
2016-12-18 14:17:41 UTC
Permalink
I work in Jyputer(Ipython) and after compiling this row

*from gensim.models import word2vec*

I get :

*The kernel appears to have died. It will restart automatically.*

And it don't restart. What can i do?
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Lev Konstantinovskiy
2016-12-28 22:17:47 UTC
Permalink
Hi Stephan,

Having difficulties reproducing the error. Does it also happen outside of
Jupyter notebook, say in ipython?

Regards
Lev
Post by Стефан Николич
I work in Jyputer(Ipython) and after compiling this row
*from gensim.models import word2vec*
*The kernel appears to have died. It will restart automatically.*
And it don't restart. What can i do?
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Harsha Manjunath
2016-12-29 00:27:59 UTC
Permalink
Try force installing numpy

conda install -f numpy
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Harsha Manjunath
2016-12-29 00:31:38 UTC
Permalink
My kernel kept dying due to
Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.

Force installing numpy resolved it
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Srikar Sarma
2018-01-05 07:06:14 UTC
Permalink
it worked for me too, Could you tell me how you figured it out?
Thanks
Srikar
Post by Harsha Manjunath
Try force installing numpy
conda install -f numpy
--
You received this message because you are subscribed to the Google Groups "gensim" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gensim+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...