We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ff52 commit f7a2654Copy full SHA for f7a2654
.github/scripts/unittest-linux/install.sh
@@ -85,7 +85,7 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
85
# python setup.py install
86
87
# 3. Install Test tools
88
-conda install -y -c conda-forge "ffmpeg=4.4.2"
+conda install -y "ffmpeg<5"
89
# python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
90
python -c "import torch; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
91
0 commit comments