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