I am trying to install erpnext and I am having serious troubles. I havent’t managed yet and I am about to quit.
After searching a lot I haven’t manage to solve the following error.
Installing erpnext...
Updating DocTypes for erpnext : [= ]
An error occurred while installing erpnext:
Module import failed for Process Statement Of Accounts
(erpnext.accounts.doctype.process_statement_of_accounts.process_statement_of_accounts
Error: cannot import name 'format_date' from 'frappe.utils' (/home/erppandosia/frappe
bench/apps/frappe/frappe/utils/__init__.py))
Had similar problem just now. Found that ERPNext was unintentionally installed from develop branch.
I used bench init --frappe-branch version-12 to start my environment on version-12 and then used bench install-app erpnext which installed develop version .
Seems like manually installed bench(instead of using pip install frappe-bench) will now pull develop branch unless a branch name is explicitly specified. Can someone confirm this?
After overcoming a few problems (which I will document them in case somebody makes use of them) I managed to finally install branch 12. However I face another problem during setup wizard.
At the final step of setting up the Organization I get an internal server error.
At the same time I check the messages in the terminal and I receive the following message.
This message says: Failed to enqueue events for site: and is related to /erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts.validate_bank_account
Unfortunately I have not found relative errors to mine neither in the discussion forum nor in google.
Did anyone come across such an error?