Noko7 / Spotify-Downloader

Download any playlist from your Spotify account as a .MP3 file using python and youtube.
MIT License
9 stars 6 forks source link

Module Error #10

Open Penna41 opened 1 month ago

Penna41 commented 1 month ago

Module error no file named request when running python program

Noko7 commented 1 month ago

make sure you run the command "pip install -r requirements.txt" before running the script

EnneBoh commented 2 weeks ago

Did it but i have the same issue, it sais this: Traceback (most recent call last): File "C:\Users\Utente\Desktop\Spotify-Downloader-main\main.py", line 3, in import requests ModuleNotFoundError: No module named 'requests'

I even tryed to do: pip install requests

but it didnt worked

Noko7 commented 2 weeks ago

Make sure you actually have python installed. Run the command "python" and if it opens with a >> sign that means you have it installed. If you don't have it installed and set so the command is recognized, try and reinstall python