python - Get stuck when importing gensim in Django views.py -


fyi, when try import gensim module in django views.py, server got stuck, restful apis don't not working, not 5**, not 4**, not 3**, not 2**, no response.

but if comment import gensim in views.py, normal.

so problem, , how debug django in situation?

django version: 1.8 gensim version: 0.12.3

update

i can import gensim in django shell enter image description here

and same issue on django 1.9


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -