-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to install annoy which is a dependency of capreolus #1
Comments
Hi @RiverDong, for spacy version, I'm using The second error was because that some config name and also their implementation (e.g. I hvn't tried to run the code with the up-to-date Capreolus. Lmk if change the spacy version helps, if not I can try to see if I can adapt this repo to reproduce with the latest Capreolus. |
Hi Crystina, no it does not help. There are more dependency issues. I think it's because the default version is incorrect. Is that possible for you to just run "conda env export | grep -v "^prefix: " > environment.yml" and share the enviorment file. Thank you |
Hi @RiverDong! So sorry for missing the reply here again, and thank you really for reaching out via email. Thanks again for your patience. |
Hi @RiverDong, I tried to set up the conda environment from scratch and started with After the spacy version issues above, I met a package issue related to Seems that after re-installing tf-ranking, the script for section 1 could start running on my end. still waiting for the results tho. lmk if this solves the issue on your end. |
Hi @crystina-z, that doesn't work. There's more and more wierd version issues that I don't want to go into details. I think the most efficient way is to export the enviornment file. Could you try other commands herehttps://stackoverflow.com/questions/41274007/anaconda-export-environment-file and see if it works? |
If the latest Capreolus works that would be also a good solution I believe |
sadly the |
Hi @RiverDong, sadly I didn't see this error before. not sure if this would be helpful? Sadly I don't really know the other codebase that was comparing the deep and shallow labeling. but I guess if you want to try it on your dataset, the implementation was straightforward. What i was doing is basically sampling the queries / the judged documents per query. With the dataset prepared, all the training and inference are same. |
Hi, I am trying to run the code. And I need to install annoy which is a depedency of capreolus. However, I am unable to install it for reasons I cannot debug below. I wonder if you encountered similar issues or know some environment settings that you used. (Like python versions, package versions, etc.) I also posted the same question in capreolus and hopefully get some help there. Thank you for your help!
<img width="957" alt="Screen Shot 2022-06-04 at 9 00 43 AM" src="https://user-images.githubusercontent.com
/54600128/172014039-2857aabb-2494-4f05-a5e1-7bc56554a42c.png">
The text was updated successfully, but these errors were encountered: