Hi,
I am facing issues while running the wsgi file. I have gone through the whole help documentation provided but still can't figure it out. I can't run the wsgi file directly as well. Following is the error log:
2018-03-12 18:32:49,132: Error running WSGI application 2018-03-12 18:32:49,157: ModuleNotFoundError: No module named 'scipy._lib'
I am using a vitualenv to run my code. And it has all the requirements satisfied.
Thanks