Skip to content

Commit

Permalink
Fix error message when vision distribution is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop authored Mar 21, 2024
1 parent 2c223ed commit 5e244e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eva/vision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
msg = (
"eva vision requirements are not installed.\n\n"
"Please pip install as follows:\n"
' python -m pip install "eva[vision]" --upgrade'
' python -m pip install "kaiko-eva[vision]" --upgrade'
)
raise ImportError(str(e) + "\n\n" + msg) from e

Expand Down

0 comments on commit 5e244e3

Please sign in to comment.