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
Dear author,when I follow your request to pip the requirements,I met this MISTAKE:
ERROR: Cannot install -r requirements.txt (line 3), -r requirements.txt (line 7) and torch==1.10.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==1.10.2
pytorch-lightning 1.5.10 depends on torch>=1.7.*
torchvision 0.11.2 depends on torch==1.10.1
Please tell me which version should I choose?
Hope for youe reply.
The text was updated successfully, but these errors were encountered:
Dear author,when I follow your request to pip the requirements,I met this MISTAKE:
ERROR: Cannot install -r requirements.txt (line 3), -r requirements.txt (line 7) and torch==1.10.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==1.10.2
pytorch-lightning 1.5.10 depends on torch>=1.7.*
torchvision 0.11.2 depends on torch==1.10.1
Please tell me which version should I choose?
Hope for youe reply.
The text was updated successfully, but these errors were encountered: