snejus / beetcamp

Bandcamp autotagger source for beets (http://beets.io)
GNU General Public License v2.0
64 stars 11 forks source link

Fedora35 not supported #21

Closed Fi3 closed 2 years ago

Fi3 commented 2 years ago

Fedora35 use python310, is impossible to install beetcamp with pip in fedora35

snejus commented 2 years ago

Python 3.10.x is indeed not yet supported. I may manage to get it sorted as part of the next release.

Before then, you may try providing the --ignore-requires-python flag to pip - it should override the requirement, e.g. pip install beetcamp==0.11.0 --ignore-requires-python.

Just keep in mind that it hasn't so far been tested at all. If you find something unexpected, I'd be grateful if you could report the issues here! :)

Fi3 commented 2 years ago

Awesome ty.

For now I'm just using it via a virtualenv with pyhton39. I just wanted to signal this issue here.

pip install beetcamp==0.11.0 --ignore-requires-python do works, I tried to import some music and it seems to correctly fetch data from bandcamp.

Let me know if there is anything else that I can do to help you.