linuxserver / docker-beets

GNU General Public License v3.0
131 stars 50 forks source link

Upgrade python 3.8 to 3.9? #84

Closed alfureu closed 3 years ago

alfureu commented 3 years ago

linuxserver.io

There are some beets plugins that are broken in the current python v3.8. It has been reported that there are some fixes with the latest python 3.9. Would it be please upgrade it to the latest version?

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

mclare commented 3 years ago

Currently getting a "ValueError: Name node can't be used with 'None' constant" error when I run beet stats and other commands. I'll be watching the outcome of this issue to see if I should roll back or start auditing plugins. This is also my chance to say thanks to those maintaining this.

aptalca commented 3 years ago

@DOFfactory no python 3.9 in the alpine repo

@mclare see #80

mclare commented 3 years ago

@aptalca Thanks!

alfureu commented 3 years ago

Actually, we do not need upgrading to python3.9 but rather downgrading to python3.7, see here: https://github.com/beetbox/beets/issues/3975