Skip to content
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

Conflict in dependencies required #15

Open
Huge opened this issue Feb 22, 2023 · 5 comments
Open

Conflict in dependencies required #15

Huge opened this issue Feb 22, 2023 · 5 comments

Comments

@Huge
Copy link

Huge commented Feb 22, 2023

Installing on Google Collab I got

INFO: pip is looking at multiple versions of huggingface-hub to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r mm-cot/requirements.txt (line 6) and huggingface-hub==0.0.12 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested huggingface-hub==0.0.12
    sentence-transformers 2.2.2 depends on huggingface-hub>=0.4.0
@Alan1453563
Copy link

Alan1453563 commented Feb 22, 2023

Try the requirements under pull request #12 that fixed it for me.

Requirements in #12

huggingface-hub==0.12.1
#nltk==3.5
numpy==1.23.2
openai==0.23.0
pandas==1.4.3
sentence-transformers==2.2.2
transformers==4.21.1
nltk==3.6.6
evaluate==0.4.0
rouge==1.0.1
rouge_score==0.1.2
rich==13.3.1

@carlos-aguayo
Copy link

@Alan1453563 Were you able to run things in colab afterwards? Can you share the notebook?

@Alan1453563
Copy link

@carlos-aguayo No I just checked, and I received another error

@raseraser
Copy link

Try this

huggingface-hub==0.7.0
numpy==1.23.2
openai==0.23.0
pandas==1.4.3
rouge==1.0.1
sentence-transformers==2.2.2
transformers==4.21.1
nltk==3.6.6
evaluate==0.4.0
rouge==1.0.1
rouge_score==0.1.2
rich==13.3.1

@xjy0791
Copy link

xjy0791 commented Feb 27, 2023

huggingface-hub>=0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants