-
|
As per the Readme.md the get_model & get_tasks not getting imported to be used. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
|
Can you provide MTEB version? from importlib.metadata import version
version("mteb") |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
the python environment I am using is 3.12 |
Beta Was this translation helpful? Give feedback.
-
|
It seems that mteb was installed incorrectly in some way, perhaps something to do with the virtual environment. It's hard to say for sure |
Beta Was this translation helpful? Give feedback.
-
|
@Samoed - I tried multiple other things. MTEB works when done a pip install. Do you have any recommendations ? |
Beta Was this translation helpful? Give feedback.



Thats strange. Maybe different pip is used when executing
pip install -e .?