Forums

OSError: Failed to load library from libmediainfo.so.0 - libmediainfo.so.0: cannot open shared object file: No such file or directory

Im using the python library pymediainfo, but run into this error. According to stackoverflow, I need the libmediainfo-dev package.

sudo apt-get update -y
sudo apt-get install -y libmediainfo-dev

Can I get this installed?

That's something we'd need to do in a new system image; we're working on one right now, but don't have an ETA -- I'll add it as something we should try to get into it, though.

UPDATE: libmediainfo-dev has been installed to our new system image, "haggis", see this blog post for more information.