We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9ff0d commit c5dea7dCopy full SHA for c5dea7d
1 file changed
README.md
@@ -66,7 +66,7 @@ Torchvision currently supports the following video backends:
66
conflicting version of ffmpeg installed. Currently, this is only supported on Linux.
67
68
```
69
-conda install -c conda-forge ffmpeg
+conda install -c conda-forge 'ffmpeg<4.3'
70
python setup.py install
71
72
0 commit comments