onnowhere / youtube_music_playlist_downloader

YouTube Music Playlist Downloader
MIT License
115 stars 7 forks source link

Fresh install won't run #8

Closed paulcanning closed 10 months ago

paulcanning commented 1 year ago

Using Python 3.8.2, installed requirements using pip3, ran python3 youtube_music_playlist_downloader.py and I get the following error

Traceback (most recent call last):
  File "youtube_music_playlist_downloader.py", line 9, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
onnowhere commented 1 year ago

Sorry just saw this, try running pip install requests? I may have left this out of requirements by accident or something. Updated the requirements.txt now

onnowhere commented 10 months ago

Closing from no response