MaT1g3R / ene

Repo moved to https://github.com/EneApp/Ene
https://github.com/EneApp/Ene
GNU General Public License v3.0
1 stars 0 forks source link

Problem importing mpv on macOS #6

Open MaT1g3R opened 6 years ago

MaT1g3R commented 6 years ago
Traceback (most recent call last):
  File "/Users/umi/Projects/Python/ene/ene/player.py", line 18, in <module>
    import mpv
  File "/Users/umi/.pyenv/versions/ene/lib/python3.6/site-packages/mpv.py", line 42, 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, maybe consult the documentation for ctypes.util.find_library which this script uses to look up the library filename.
MaT1g3R commented 6 years ago

Need to use brew install mpv instead of brew cask install mpv