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 7993070 commit f4ece88Copy full SHA for f4ece88
src/torchcodec/decoders/_core/ops.py
@@ -45,7 +45,7 @@ def load_torchcodec_extension():
45
_get_extension_path(pybind_ops_library_name),
46
)
47
if spec is None:
48
- raise ImportError("Unable to load spec for pybind_ops")
+ raise ImportError(f"Unable to load spec for pybind_ops {_get_extension_path(pybind_ops_library_name}")
49
50
global _pybind_ops
51
_pybind_ops = importlib.util.module_from_spec(spec)
0 commit comments