Hi @Gagandeep_Singh. You need to downgrade the werkzeug.
This are the steps:
cd frappe-bench/env/bin
source activate
pip install --force-reinstall werkzeug==0.16.0
deactivate
After going this steps try to install erpnext again
Hi @Gagandeep_Singh. You need to downgrade the werkzeug.
This are the steps:
cd frappe-bench/env/bin
source activate
pip install --force-reinstall werkzeug==0.16.0
deactivate
After going this steps try to install erpnext again