Bleuzen / SpotRec

Spotify desktop client recorder for PulseAudio
MIT License
75 stars 17 forks source link

Issue when running spotrec ( AUR edition ) #28

Open lemon-sharkie opened 1 year ago

lemon-sharkie commented 1 year ago

This is the output when I run the command 'spotrec' in terminal ( endeavour os )

output:

Traceback (most recent call last): File "/usr/bin/spotrec", line 22, in import requests ModuleNotFoundError: No module named 'requests'

How do I solve that issue?

FediWarneck commented 2 months ago

To install Python packages system-wide, try 'pacman -S python-xyz', where xyz is the package you are trying to install.

**sudo pacman -S python-requests**

Will solve Your problem.