Something went wrong when setup company

I have some issue with making a new company, at the end of setup there is some problem and this is what i got

this is the traceback

Traceback (most recent call last):
  File "/home/administrator/frappe-bench/apps/frappe/frappe/app.py", line 62, in application
    response = frappe.handler.handle()
  File "/home/administrator/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle
    data = execute_cmd(cmd)
  File "/home/administrator/frappe-bench/apps/frappe/frappe/handler.py", line 53, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "/home/administrator/frappe-bench/apps/frappe/frappe/__init__.py", line 939, in call
    return fn(*args, **newargs)
  File "/home/administrator/frappe-bench/apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py", line 40, in setup_complete
    frappe.get_attr(method)(args)
  File "/home/administrator/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 27, in setup_complete
    create_sales_tax(args)
  File "/home/administrator/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 250, in create_sales_tax
    tax_data.get('tax_rate'), sales_tax)
  File "/home/administrator/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 264, in make_tax_account_and_template
    make_sales_and_purchase_tax_templates(accounts, template_name)
  File "/home/administrator/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 292, in make_sales_and_purchase_tax_templates
    "company": accounts[0].company,
AttributeError: 'NoneType' object has no attribute 'company'

I fresh installed both my ubuntu and erpnext but I installed it dualboot with my windows 10 and in my windows I have installed erpnext on VM. Is this error because of that?

try to reinstall the site using following command
bench --site site_name reinstall

Thanks

already reinstall it but the error still exist

try bench update
and refer below link

Thanks

already bench update, update npm but still the error exist