You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
OS : ubuntu 20.04
Python 3.8 || Python 2.7.18
The text was updated successfully, but these errors were encountered: