Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'play_with_mpv' #87

Open
pykeras opened this issue Sep 13, 2022 · 3 comments
Open

No module named 'play_with_mpv' #87

pykeras opened this issue Sep 13, 2022 · 3 comments

Comments

@pykeras
Copy link

pykeras commented Sep 13, 2022

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
Copy link

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
Copy link
Author

pykeras commented Sep 25, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants