Error during install. Litlle help would be great.Gracias

Hola. Im trying to install ErpNext, during the install it stops with the following error. I tried to find the solution on the forum but so far no luck. I updated it to the latest version, and im using the VM version. Thank you for your help in advanced.

Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 51, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 69, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 92, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 751, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py”, line 40, in setup_account
create_fiscal_year_and_company(args)
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py”, line 158, in create_fiscal_year_and_company
‘chart_of_accounts’: args.get((‘chart_of_accounts’)),
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 196, in insert
self.run_post_save_methods()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 561, in run_post_save_methods
self.run_method(“on_update”)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 509, in run_method
return Document.hook(fn)(self, *args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 625, in composer
return composed(self, method, *args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 608, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 503, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py”, line 60, in on_update
self.install_country_fixtures()
File “/home/erpnext/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py”, line 73, in install_country_fixtures
if os.path.exists(os.path.join(os.path.dirname(file), “fixtures”, self.country.lower())):
File “/home/erpnext/frappe-bench/env/lib/python2.7/genericpath.py”, line 18, in exists
os.stat(path)
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xe7’ in position 83: ordinal not in range(128)

Pushed a fix. Will be updated with the next release though.

Thank you! Do have any idea when then next update will be?

Should have gone with yesterday’s release. We are targeting every Wednesday now.

Great. Works like a charm. Thank you @rmehta