Skip to content

FileNotFoundError: Couldn't find a module script at /workspace/weiw13@xiaopeng.com/VLM/evaluate/meteor/meteor.py. Module 'meteor' doesn't exist on the Hugging Face Hub either. #723

@viviansmlie

Description

@viviansmlie

I installed by git clone method and pip install -e ., it also got an issue:
`# FileNotFoundError
python -c "import evaluate; print(evaluate.load('meteor').compute(references=['hello'], predictions=['hello']))"

work

python -c "import evaluate; print(evaluate.load('/workspace/evaluate/metrics/meteor/meteor.py').compute(references=['hello'], predictions=['hello']))"`
I installed the evaluate vision is evaluate-0.4.7.dev0

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