You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,when I install unicore by using pip install unicore-0.0.1+cu113torch1.12.1-cp310-cp310-linux_x86_64.whl
the error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
unicore 0.0.1 requires wandb, which is not installed.
unicore 0.0.1 requires torch>=2.0.0, but you have torch 1.12.1+cu113 which is incompatible.
And my cuda version is 11.5
Please tell me how to fix it.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. From the given info I guess you'll have to install wandb and upgrade your pytorch to 2.0.0 before installing unicore. We'll look into the unicore repo to see if these can be addressed with a new requirement file.
Hello,when I install unicore by using pip install unicore-0.0.1+cu113torch1.12.1-cp310-cp310-linux_x86_64.whl
the error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
unicore 0.0.1 requires wandb, which is not installed.
unicore 0.0.1 requires torch>=2.0.0, but you have torch 1.12.1+cu113 which is incompatible.
And my cuda version is 11.5
Please tell me how to fix it.
The text was updated successfully, but these errors were encountered: