kernitus / beets-oldestdate

Beets plugin that finds oldest possible track recording or release date
MIT License
3 stars 1 forks source link

ModuleNotFoundError: No module named 'dateutil' #1

Closed jimcampbell100 closed 3 years ago

jimcampbell100 commented 3 years ago

Hi,

You referred me here in your response to my query on recordingdate yesterday. Thanks very much.

I downloaded your plugin and installed it. I run beets in a docker container (linuxserver.io), and I updated the image to the nightly tag (1.5.0). I'm getting an error:

root@acepc:/config/beets-oldestdate-master# beet version ** error loading plugin oldestdate: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/beets/plugins.py", line 275, in load_plugins namespace = import(modname, None, None) File "/usr/lib/python3.8/site-packages/beets_oldestdate-1.0.0-py3.8.egg/beetsplug/oldestdate.py", line 11, in from dateutil import parser ModuleNotFoundError: No module named 'dateutil' beets version 1.5.0 Python version 3.8.5 plugins: chroma, convert, discogs, embedart, fetchart, info, inline, lastgenre, lyrics, permissions, types, web

I get the same error with the last stable build (1.4.9).

I really appreciate your help -- this feature was actually the reason I decided to start using beets!

Thanks-

tweitzel commented 3 years ago

pip3 install python-dateutil

jimcampbell100 commented 3 years ago

Thanks very much for your help.

I had done that, but it may have been on a different version of the container. I started fresh and tried again, and it is now working!