trytond.convert.ParsingError: in ?, module tutorial

I get this error when working throught the module tutorial:

trytond.convert.ParsingError: in ?

I have tried:
trytond-admin -d test --all
trytond-admin -d test -u opportunity --activate-depencies
python -m pip install --editable opportunity

There is probably a typo in some XML file.
You should post the full traceback.

(.venv) awes7@mydev:~/projects/my_tryton$ trytond-admin -d test --all
Traceback (most recent call last):
  File "/home/awes7/projects/my_tryton/.venv/bin/trytond-admin", line 31, in <module>
    admin.run(options)
  File "/home/awes7/projects/my_tryton/.venv/lib/python3.10/site-packages/trytond/admin.py", line 57, in run
    pool.init(update=options.update, lang=list(lang),
  File "/home/awes7/projects/my_tryton/.venv/lib/python3.10/site-packages/trytond/pool.py", line 155, in init
    self.start()
  File "/home/awes7/projects/my_tryton/.venv/lib/python3.10/site-packages/trytond/pool.py", line 108, in start
    register_classes(with_test=cls.test)
  File "/home/awes7/projects/my_tryton/.venv/lib/python3.10/site-packages/trytond/modules/__init__.py", line 357, in register_classes
    for node in create_graph(get_module_list(with_test=with_test)):
  File "/home/awes7/projects/my_tryton/.venv/lib/python3.10/site-packages/trytond/modules/__init__.py", line 157, in create_graph
    raise MissingDependenciesException(list(missing))
trytond.exceptions.MissingDependenciesException: Missing dependencies: account

The account module is a missing dependency that should be activated.
You should probably run trytond-admin -d test --all --activate-dependencies