Replies: 5 comments 3 replies
-
Hello there, |
Beta Was this translation helpful? Give feedback.
-
Hi, yes there are two python packages missing: |
Beta Was this translation helpful? Give feedback.
-
This still seems to be a problem. Other than manually installing the missing packages, does anyone have a fix? |
Beta Was this translation helpful? Give feedback.
-
For anyone that stumbles on this, it looks like there is already a script in place to fix the missing packages (install-deps.sh) but the scripts folder is mounted to the wrong folder in the container. See the Linuxserver.io documentation on it here: https://docs.linuxserver.io/general/container-customization/#custom-scripts To fix, change the following in the docker compose volume section from: To check if it worked, open an interactive shell in the container with Just tried tagging a book and it seemed to work. Hopefully this helps someone! |
Beta Was this translation helpful? Give feedback.
-
You can: |
Beta Was this translation helpful? Give feedback.
-
Hey!
I've come across this error when following the instructions:
There are two errors it seems installing / loading plugins, beetsplug.copyartifacts and the audible plugin.
Any help would be super appreciated!
Thanks
`
sudo docker exec -it beets sh
root@53b073fe591f:/# beet --version
** error loading plugin copyartifacts:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/beets/plugins.py", line 268, in load_plugins
namespace = import(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.copyartifacts'
** error loading plugin audible:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/beets/plugins.py", line 268, in load_plugins
namespace = import(modname, None, None)
File "/plugins/audible/audible.py", line 13, in
from natsort import os_sorted
ModuleNotFoundError: No module named 'natsort'
beets version 1.6.0
Python version 3.9.16
plugins: edit, fromfilename, plexupdate, scrub, web
`
Beta Was this translation helpful? Give feedback.
All reactions