How to install erpnext from A-Z

That step failed here on Ubuntu 18.04.

Solution was to install libssl-dev before:

apt install libssl-dev

After that, it worked.

2 Likes