Ravoxsg / SummaReranker

Source code for SummaReranker (ACL 2022)
MIT License
24 stars 10 forks source link

ERROR: Cannot install -r requirements.txt (line 11) and huggingface-hub==0.2.1 because these package versions have conflicting dependencies #6

Closed ithieund closed 2 years ago

ithieund commented 2 years ago

Dear Mr. @Ravoxsg , I cloned your code to Colab and ran the command !pip install -r requirements.txt. When installing datasets==1.13.3, it throws the error below

image

Can you please check this issue? Thank you.

ithieund commented 2 years ago

The same error when running in my local Macbook. I think this issue is not related to Colab.

image
Hannibal046 commented 2 years ago

Comment out this works for me

ithieund commented 2 years ago

Comment out this works for me

Hi @Hannibal046 , I tried but it just lead to another error

image

Mr. @Ravoxsg , can you please fix this issue first? Thank you.

Ravoxsg commented 2 years ago

@ithieund I updated the requirements.txt file, please use the new one!

ithieund commented 2 years ago

@ithieund I updated the requirements.txt file, please use the new one!

Dear Mr. @Ravoxsg , I pulled the new source code and run pip install -r requirements.txt again. Now it pass the error above but throws new errors. Please see the attached screenshot.

image