Hi,
Urgent please,
Please I need your support.
On Digitalocean VPS, I have used ubuntu 18.04
I have used easy install script to ionstall ERPNext.
installation completed successfully but cannot access application below message shown
Confirmed. I just reinstalled Ubuntu 18.04 on two different VPS for testing purposes, following “easy install” suggestions like
Also installed werkzeug==0.16.0
Traceback (most recent call last):
File “/home/frappe/frappe-bench/env/bin/gunicorn”, line 8, in sys.exit(run())
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 58, in run
WSGIApplication(“%(prog)s [OPTIONS] [APP_MODULE]”).run()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/base.py”, line 228, in run super().run()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/base.py”, line 72, in run
Arbiter(self).run()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 58, in __init__self.setup(app)
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 118, in setup self.app.wsgi()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/base.py”, line 67, in wsgi self.callable = self.load()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 49, in load
return self.load_wsgiapp()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 39, in load_wsgiapp
return util.import_app(self.app_uri)
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/gunicorn/util.py”, line 358, in import_app
mod = importlib.import_module(module)
File “/home/frappe/frappe-bench/env/lib/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 955, in _find_and_load_unlocked
File “”, line 665, in _load_unlocked
File “”, line 678, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 13, in
from werkzeug.contrib.profiler import ProfilerMiddleware
ModuleNotFoundError: No module named 'werkzeug.contrib