Can I deploy ERPNext v16 via easy-install?

Howdy all! ERPNext/frappe-world newbie here :slight_smile:

I’ve tried many variations, but I have yet to succeed in deploying ERPNext v16 via easy-install.py. I have succeeded in deploying v15, so I know that I’ve got the proper pieces in place.

I have tried using frappe_docker, also unsuccessfully.

Does anyone have an example command line(s) for easy-install or frappe_docker that produces a running v16 production environment?

Thanks!

Try the below as it worked for me

  1. python3 easy-install.py build --frappe-branch=version-16 --python-version=3.14.2 --node-version=24.12.0
  2. python3 easy-install.py deploy --image=custom-apps --version=latest --sitename=version16.lan --app=erpnext --no-ssl --http-port=12345
1 Like

I have also been using this script…

I know it was updated not to long ago to do ‘develop’.

Not sure if V16 has been included recently.

@trainingacademy yes it has feat: Added support for version 16 installation · flexcomng/erpnext_quick_install@6ffd79a · GitHub

1 Like