We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed on Arch Linux from AUR:
Traceback (most recent call last): File "/usr/bin/yt", line 5, in <module> from mps_youtube import main File "/usr/lib/python3.13/site-packages/mps_youtube/main.py", line 44, in <module> from . import g, c, commands, screen, history, init File "/usr/lib/python3.13/site-packages/mps_youtube/commands/__init__.py", line 37, in <module> from . import download, search, album_search, spotify_playlist, misc, config, local_playlist File "/usr/lib/python3.13/site-packages/mps_youtube/commands/download.py", line 11, in <module> from .. import g, c, screen, streams, content, config, util, pafy File "/usr/lib/python3.13/site-packages/mps_youtube/streams.py", line 4, in <module> from . import pafy File "/usr/lib/python3.13/site-packages/mps_youtube/pafy.py", line 9, in <module> from youtubesearchpython import VideosSearch, ChannelsSearch, PlaylistsSearch, Suggestions, Playlist, playlist_from_channel_id, Comments, Video, Channel, ChannelSearch ModuleNotFoundError: No module named 'youtubesearchpython'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed on Arch Linux from AUR:
The text was updated successfully, but these errors were encountered: