ivan-hc / Hypnotix-appimage

An IPTV streaming application with support for live TV (EXPERIMENTAL)
3 stars 0 forks source link

"Cannot find libmpv in the usual places" #1

Closed ivan-hc closed 9 months ago

ivan-hc commented 10 months ago

I got this error mesage

 File "/usr/lib/hypnotix/hypnotix.py", line 27, in <module>
    import mpv
  File "/usr/lib/hypnotix/mpv.py", line 49, in <module>
    raise OSError("Cannot find libmpv in the usual places. Depending on your distro, you may try installing an "
OSError: Cannot find libmpv in the usual places. Depending on your distro, you may try installing an mpv-devel or mpv-libs package. If you have libmpv around but this script can't find it, consult the documentation for ctypes.util.find_library which this script uses to look up the library filename.

how to solve this?

This AppImage is based on JuNest, an Arch Linux container