Hi,
I have installed these latest versions:
beets-ytimport v1.12.1
beets v2.7.1 (*)
And running beet version gives:
File "[...].venv\Lib\site-packages\beetsplug\ytimport_init_.py", line 9, in
from beets.ui import _store_dict
ImportError: cannot import name 'store_dict' from 'beets.ui' ([...].venv\Lib\site-packages\beets\ui_init.py)
It seems this _store_dict method was removed around 2024.
Constraining beets to <2.0 (which results in 1.6.1) works as far as beets version goes, but then I am worried about what else will not work anymore.
I am confused now because I see more recent commits in this beets-ytimport repository. Are you running against an old beets? Are there any plans to adapt to beets 2.x?
Hi,
I have installed these latest versions:
beets-ytimport v1.12.1
beets v2.7.1 (*)
And running
beet versiongives:File "[...].venv\Lib\site-packages\beetsplug\ytimport_init_.py", line 9, in
from beets.ui import _store_dict
ImportError: cannot import name 'store_dict' from 'beets.ui' ([...].venv\Lib\site-packages\beets\ui_init.py)
It seems this _store_dict method was removed around 2024.
Constraining beets to <2.0 (which results in 1.6.1) works as far as
beets versiongoes, but then I am worried about what else will not work anymore.I am confused now because I see more recent commits in this beets-ytimport repository. Are you running against an old beets? Are there any plans to adapt to beets 2.x?