You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing torchcodec via uv, the default resolved version is torchcodec==0.9, which targets PyTorch 2.9.
This causes installation or runtime errors if the project is using an older PyTorch version.
In my case, the error occurs with the following steps: