Closed Alejandro-Roldan closed 3 months ago
Oh wow, good catch. Been using the aur packages myself, hadn't noticed that discrepancy!
I'll do a version bump and update the requirements.txt when I get the chance later today, need to add something anyway.
Thanks for letting me know!
Could you notify me when you bump it please? :D
@Alejandro-Roldan Of course
Is this fixed? I am getting the same error now. Thanks for your work!!
Oh my god, I totally forgot to do this. Forgive me, folks.
I've fixed the issue by removing the previous versions from pip - 0.7.3
is the latest version.
I dont know if here is the best place to report this so let me know.
The pip package installation seems to be out of order. Having V0.69 (haha nice) as the most recent, but having newer versions listed https://pypi.org/project/YAMScrobbler/#history which do indeed have a proper date.
I reckon it has to do with the second dot in 0.7.3 vs 0.69 , so it considers 69 to be newer (?)
This creates an issue with upgrading to python 3.10 because in that yams version the requirements version are specified with == , and the mpd2 specified version is not compatible with python3.10
Thanks for all the work too :)