Thann / play-with-mpv

Chrome extension that allows you to play videos in webpages like youtube with MPV instead
https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji
The Unlicense
348 stars 80 forks source link

No module named 'play_with_mpv' #87

Open pykeras opened 1 year ago

pykeras commented 1 year ago

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'
tiago4171 commented 1 year ago

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.

pykeras commented 1 year ago

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.

arjunshinoj commented 1 year ago

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