Problem when installing erpnext on linux please help

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

1 Like