play-with-mpv icon indicating copy to clipboard operation
play-with-mpv copied to clipboard

No module named 'play_with_mpv'

Open pykeras opened this issue 3 years ago • 3 comments

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'

pykeras avatar Sep 13 '22 18:09 pykeras

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.

tiago4171 avatar Sep 21 '22 19:09 tiago4171

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.

pykeras avatar Sep 25 '22 09:09 pykeras

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

arjunshinoj avatar Nov 30 '22 19:11 arjunshinoj