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
Dfeault installation of torchvision and ffmpeg without version installs a non-workable ffmpeg 4.3 missing some libraries and gets installed for some reason from PyTorch channel.
Also, building torchvision with ffmpeg from source is source of a lot of problems (in the issue search above)
Could README / torchvision:
recommend a known workable installation command of ffmpeg (maybe version-pinned? or with fixed dependency versions?)
recommend a known workable installation command of ffmpeg that lets you build torchvision from sources
At best it would be great to have a simple CI test installing from conda pytorch / torchvision / ffmpeg / opencv / maybe pillow-simd / open3d and a simple CI test for building from sources (as a regular user would).