-
Notifications
You must be signed in to change notification settings - Fork 192
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 #157
Comments
hi @malinphy . i think i was hitting the same issue on Windows. On Linux , the installation goes through fine. |
hi @malinphy my solution is that I modified the util.py file shows in the error message since the path name is in the style of Linux... I commented the third 'if' in the convert_path() since I don't want it to determine whether the file is in the absolute path or what Then the installation can maybe work, but you have to cancel the comment after installation of beir for future safe installation of other packages :) |
I'm trying to install Beir on Visual Studio Code inside python virtual env on windows 11
What I already triedCommented below lines in setuptools but still getting the same error even after updating the setuptools in the global Python site-packages In Error Message it shows the file path for util.py but in Temp dir, there is no file pip-build-env-trb_679e Tried this also
Just to clarify, I only removed the prefix (the path) but kept the actual name of the file. Something like:
|
when I try to install beir library using by
or
I am getting error path error from pytrec_eval error
I am using windows 10 and python 3.9.0
How can I solve this problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: