-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installing extrafiles causes other beets plugins to fail #27
Comments
The issue might not be with the plugin itself, but with beets' handling of the existence of multiple plugin folders. BackgroundI'm on Void Linux, with beets installed as a system package.
Problem (ver. 1)When I first pip-installed
A comment in that thread clued me into a missing Problem (ver. 2)
Solution (hackish)As much as I try to leave 100% of package management to the distro, using
|
This worked for me. Thanks. I agree that using |
Hi, I'm facing the same error. Worked around it by deleting my whole beets venv. Fortunately I had written an install script taking care of all the beets plugin installation and all dependencies. Wanted to add: Installing this plugin in a virtual python environment (created using pyenv) breaks the whole beets installation. No other plugins can be found anymore and I did not find a way to fix it except of deleting my whole venv and start from scratch. @Holzhaus this is a pretty bad situation currently and could break other peoples beets installations as well. What do you think about adding this current bug and the workaround of installing as sudo to your documentation. It looks like you have other things to do currently than keep maintaining this beets plugin, which certainly is perfectly find and how life goes. But shouldn't we warn people at least? If you agree I will try to find half an hour and send a docs-changing-PR. HTH! |
Worthwhile endeavor @JOJ0. Fork this repo and add the documentation to your fork so at least it will be searchable/ can be linked from this issue. Stumbled upon this as I am experiencing a related issue after reconfiguring a new box with my old box's beet environment. |
@env-media I'm not sure if I'm motivated anymore since I've got many other "beetsy" things going on. By any chance you wanna play the role of the hero here? :-)) |
I installed the extrafiles plugin to my beets installation:
pip3 install --user beets-extrafiles
Then when I do an import all my other plugins fail to load. This happens when extrafiles is enabled in the config or not. The only fix that I've found is to uninstall the plugin. Any suggestions?
The text was updated successfully, but these errors were encountered: