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
When I tried this example on a fresh install (OSX Python, deployed by Brew) I got the following error:
```
% pip install -r requirements.txt
ERROR: Ignored the following yanked versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3
ERROR: Could not find a version that satisfies the requirement torchvision==0.20.0 (from versions: 0.21.0)
ERROR: No matching distribution found for torchvision==0.20.0
```
When I bumped it to v0.21.0, the error went away.
0 commit comments