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
Seems like setup.py disallows torch version 1.10 and torchvision 1.11.
Poetry output
$ poetry add torchmeta
Using version ^1.8.0 for torchmeta
Updating dependencies
Resolving dependencies... (0.6s)
SolverProblemError
Because torchmeta (1.8.0) depends on torchvision (>=0.5.0,<0.11.0)
and no versions of torchmeta match >1.8.0,<2.0.0, torchmeta (>=1.8.0,<2.0.0) requires torchvision (>=0.5.0,<0.11.0).
So, because foobar depends on both torchvision (^0.11.1) and torchmeta (^1.8.0), version solving failed.
The text was updated successfully, but these errors were encountered:
Seems like
setup.py
disallowstorch
version 1.10 andtorchvision
1.11.Poetry output
The text was updated successfully, but these errors were encountered: