spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
241 stars 44 forks source link

pyyaml==6.0 fails to install on Python 3.12 #32

Closed xtarlit closed 1 month ago

xtarlit commented 2 months ago

Fixed this by simply changing it to pyyaml==6.0.1 in requirements.txt but if I'm honest I have no clue what I'm doing with Python, so I've no clue if that's the latest version or anything like that.

timrae commented 1 month ago

Thanks for reporting, we've updated the build system a bit and now using the compatible-release syntax so this should not be an issue any longer.