Skip to content

Macro Rendering ErrorΒΆ

File: reference/plugins.md

AttributeError: module 'nomad.config.models.plugins' has no attribute 'NorthToolEntryPoint'

Traceback (most recent call last):
  File "/opt/venv/lib/python3.12/site-packages/mkdocs_macros/plugin.py", line 703, in render
    return md_template.render(**page_variables)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/venv/lib/python3.12/site-packages/jinja2/environment.py", line 1295, in render
    self.environment.handle_exception()
  File "/opt/venv/lib/python3.12/site-packages/jinja2/environment.py", line 942, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 18, in top-level template code
  File "/app/docs/src/nomad_docs/__init__.py", line 261, in pydantic_model
    model = getattr(module, name)
            ^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'nomad.config.models.plugins' has no attribute 'NorthToolEntryPoint'. Did you mean: 'NormalizerEntryPoint'?