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 0f6a5e3 commit 6bd6ed9Copy full SHA for 6bd6ed9
src/torchcodec/__init__.py
@@ -11,4 +11,7 @@
11
12
from .version import _get_version
13
14
-__version__ = _get_version()
+try:
15
+ __version__ = _get_version()
16
+except Exception:
17
+ __version__ = "0.0.0"
0 commit comments