Open nimasadri11 opened 3 years ago
Hi @nimasadri11,
Thanks for reporting this problem. It looks like it's installing from source. What platform are you using (OS, python version, etc.)?
I'm able to reproduce the problem on my end by forcing it to install from sdist using pip install pytrec-eval-terrier==0.5.1 --no-binary=:all:
(installing via bdist works fine) and am investigating the issue.
- sean
Hi @seanmacavaney
Thank you for the response. I am running CentOS 7 and python 3.7. Is there a URL to the binary dist that I can use in the meanwhile to install?
It doesn't look like there's a CentOS bdist, but the following should work as a temporary workaround (based on the answer here):
pip install --upgrade --no-cache-dir --use-deprecated=legacy-resolver pytrec-eval-terrier==0.5.1
@nimasadri11, sdist should be fixed with 0.5.2 -- can you try installing it on CentOS?
When trying to install pytrec-eval-terrier=0.5.1, I get the below error:
Seems like there are inconsistent names (perhaps in
setup.py
): pytrec-eval-terrier and pytrec-evalHow can I resolve this?