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

Update setup by upgrading torch version to >=1.13 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

code-with-roz
Copy link

I have been getting this error when I try to !pip install afrolid. I think fairseq was updated

ERROR: Cannot install afrolid==0.1.0 and fairseq==0.12.2 because these package versions have conflicting dependencies.

The conflict is caused by:
afrolid 0.1.0 depends on torch==1.11.0
fairseq 0.12.2 depends on torch>=1.13

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

I have been getting this error when I try to !pip install afrolid. I think fairseq was updated 
ERROR: Cannot install afrolid==0.1.0 and fairseq==0.12.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    afrolid 0.1.0 depends on torch==1.11.0
    fairseq 0.12.2 depends on torch>=1.13

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
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

Successfully merging this pull request may close these issues.

1 participant