Skip to content

Commit 8e4f55e

Browse files
author
Dan-Flores
committed
Update err msg to say 8 without caveat
1 parent 28cec51 commit 8e4f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def load_torchcodec_shared_libraries():
6969
raise RuntimeError(
7070
f"""Could not load libtorchcodec. Likely causes:
7171
1. FFmpeg is not properly installed in your environment. We support
72-
versions 4, 5, 6, and 7 on all platforms, and 8 on Mac and Linux.
72+
versions 4, 5, 6, 7, and 8.
7373
2. The PyTorch version ({torch.__version__}) is not compatible with
7474
this version of TorchCodec. Refer to the version compatibility
7575
table:

0 commit comments

Comments
 (0)