-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on windows #291
Comments
Thanks for reporting this @achibb, I sadly do not have access to a windows atm., but have added it to the test suite to make sure that it is validated not only now but going forward as well (#292). Let us see how it goes. One point that might cause an issue is the transition from a setup.py to a pyproject.toml for installation, which requires you to update your pip installation:
|
Hmm seems like the issues stem from the |
@Muennighoff seems like pytrec_eval is not really developed anymore, it might be worth switching it out with something else? |
Great point, fine with me to switch it out if scores match! Maybe we don't even need a package and can just add the metrics we use from it to https://github.com/embeddings-benchmark/mteb/blob/main/mteb/evaluation/evaluators/utils.py |
A solution to this issue was added in #292 so will close this but feel free to open if there is still an issue. |
Hi all!
I was trying to evaluate something / install mteb with pip install mteb and id id not seem to work on windows (colab however works).
Do you have any idea on how I could still evaluate my model "aari1995/German_Semantic_STS_V2" for German, e.g. on my GPU? :-)
Thank you!
` ValueError: path '/Users/cvangysel/Projects/pytrec_eval/trec_eval/convert_zscores.c' cannot be absolute
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pytrec-eval
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
WARNING: Ignoring invalid distribution -rotobuf (c:\users\aaron\anaconda3\envs\nlu\lib\site-packages)
WARNING: Ignoring invalid distribution -rotobuf (c:\users\aaron\anaconda3\envs\nlu\lib\site-packages)
WARNING: Ignoring invalid distribution -rotobuf (c:\users\aaron\anaconda3\envs\nlu\lib\site-packages)
`
The text was updated successfully, but these errors were encountered: