Skip to content

ModuleNotFoundError: No module named 'dacite' #1

@sjoerdgunneweg

Description

@sjoerdgunneweg

Error

ModuleNotFoundError: No module named 'dacite'

Context

This error occurs when running :

modernvbert/contrastive_training/evaluate.py

Investigation

The error originates from modernvbert/contrastive_training/config.py, which imports dacite.
However, dacite is not listed as a dependency anywhere in the repository (requirements, setup, or documentation).

Fix

pip install dacite

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions