casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
741 stars 53 forks source link

[BUG] metadata-generation-failed #83

Open vinnyh69 opened 11 months ago

vinnyh69 commented 11 months ago

this happens when I do the command ' pip install -r requirements.txt' Im on macOs (silicon) image

casualsnek commented 11 months ago

Looks like you are missing qmake, can you install it and try again to see if it works ? Since i do not own a mac system, from what i could gather from internet, installing pyqt through brew with the command below should help as well:

brew install pyqt@5