Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
问题 To elaborate a little more from the title, I'm having issues importing nltk to use in a django web app. I've deployed the web app on an apache2 server. When I import nltk in views.py, the web page refuses to load and eventually times out after a few minutes of loading. I've installed nltk using pip. I've used pip to install a number of other python packages which I've been able to reference without issue within django. I haven't been able to find anything solid to explain why this would be