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
Torchvision 0.7.0+cu101 requires pytorch 1.6.0, but it should require 1.6.0+cu101 (or this is a poetry bug/feature).
To Reproduce
$ poetry add https://download.pytorch.org/whl/cu101/torch-1.6.0%2Bcu101-cp38-cp38-linux_x86_64.whl
$ poetry add https://download.pytorch.org/whl/cu101/torchvision-0.7.0%2Bcu101-cp38-cp38-linux_x86_64.whl
...
[SolverProblemError]
Because torchvision (0.7.0+cu101) depends on torch (1.6.0)
and project depends on torch (1.6.0+cu101 url), torchvision is forbidden.
So, because project depends on torchvision (0.7.0+cu101 url), version solving failed.
The text was updated successfully, but these errors were encountered:
🐛 Bug
Torchvision 0.7.0+cu101 requires pytorch 1.6.0, but it should require 1.6.0+cu101 (or this is a poetry bug/feature).
To Reproduce
The text was updated successfully, but these errors were encountered: