FYI, when I try to import gensim module in Django views.py, my server just got stuck, all my restful apis don't not working, not 5**, not 4**, not 3**, not 2**, just no response.
But if I just comment import gensim
in views.py, it just back to the normal.
So where is the problem, and how to debug Django in this situation?
Django version: 1.8 Gensim version: 0.12.3
UPDATE
I can import gensim in Django shell
And same issue on Django 1.9