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 youtubesearchpython #1312

Open
moshpirit opened this issue Feb 19, 2025 · 0 comments
Open

No module named youtubesearchpython #1312

moshpirit opened this issue Feb 19, 2025 · 0 comments

Comments

@moshpirit
Copy link

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'
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

1 participant