-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
during pluginload ... Name node can't be used with 'None' constant #3674
Comments
@wisp3rwind thanks |
Any workaround while we wait for the next release? |
Running the latest source version of beets is probably the simplest option for the time being. |
64bit W10, 64bit Py3.9.0, beets version 1.4.9 - same problem |
@AssenD please see #3621 and #3625 (as mentioned in this comment). |
A simple workaround on my Ubuntu machine was to force a specific version of python by changing the shebang in
to:
Probably 3.7 would work as well, if that version of Python is installed on your machine. |
Yeah, most likely, the relevant Python change wasn't backported to 3.7 as far as I can tell. |
Yes, I confirm that it will run with Python 3.7. ( |
Anyone running the docker container from Linuserver.io that is still getting the error if you switch to the nightly build seems to work as a temporary fix until this gets patched in the stable version. |
Problem
running
beet <any command>
crashesRunning this command in verbose (
-vv
) mode:$ beet -vv help
Led to this problem:
Here's a link to the music files that trigger the bug (if relevant):
Setup
Linux eos 5.7.9_1 #1 SMP Thu Jul 16 10:02:50 UTC 2020 x86_64 GNU/Linux
3.8.4
1.4.9
(referred from pip list,beet --version
crashes)My configuration (output of
beet config
) is:beet config crashes with the same error mentioned above.
However
beet config -e
works fineOther Notes
The problem persists on reinstall
I don't see this as a problem in beets,
There was no problem installing beets in docker.
Clarification: Asking it as a question to have this issue resolved rather than pointing it as bug in beets.
The text was updated successfully, but these errors were encountered: