Skip to content

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