pipeline.eval() showing "ImportError: rapidfuzz could not be imported. Run 'pip install farm-haystack[eval]' to fix this issue." #4783
Answered
by
silvanocerza
MariaDavid30
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
silvanocerza
Apr 28, 2023
Replies: 1 comment
-
Hey @MariaDavid30, we're aware of the issue and we already fixed it with #4778! The error message is actually wrong, the correct command to fix it is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MariaDavid30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @MariaDavid30, we're aware of the issue and we already fixed it with #4778!
The error message is actually wrong, the correct command to fix it is
pip install farm-haystack[metrics]
. That will fix your issue.