No module named 'play_with_mpv'
OS : ubuntu 20.04 Python 3.8 || Python 2.7.18
Traceback (most recent call last):
File "/home/username/.local/bin/play-with-mpv", line 5, in <module>
from play_with_mpv import start
ModuleNotFoundError: No module named 'play_with_mpv'
Please @pykeras , show us how you've installed the whole thing! For me it's working on PopOS 22.04. I strictly followed the instructions on README.md and it's working everything as expected.
The only problem was the git+git://github.com/thann/play-with-mpv, where it should be git+https://github.com/thann/play-with-mpv and the Youtube-DL module, where you should be using YT-DLP instead.
Also make sure that you're using Python3, otherwise it can cause issues too.
Thanks for reply, just followed README.md, everything installed correctly as expected without any error but at the end I got error as I mentioned.
I had that and changing from the flatpak version to the debian version fixed it for me. I just hope they add support for flatpak package as well