jo1gi / audiobook-dl

Audiobook CLI downloader
GNU General Public License v3.0
248 stars 43 forks source link

Missing dependency appdirs #52

Closed joshuatly closed 1 year ago

joshuatly commented 1 year ago

Installation method: Github repo or pip/pypi pip

Version: Python version and audiobook-dl version 0.6.2

Describe the bug A clear and concise description of what the bug is. when appdirs is not installed, it will fail at: ➜ ~ audiobook-dl --help Traceback (most recent call last): File "/usr/local/bin/audiobook-dl", line 5, in from audiobookdl.main import main File "/usr/local/lib/python3.9/site-packages/audiobookdl/main.py", line 6, in from .config import load_config, Config File "/usr/local/lib/python3.9/site-packages/audiobookdl/config.py", line 7, in import appdirs ModuleNotFoundError: No module named 'appdirs'

This should be fixed by including the necessary module while installing.

Command output Command and output with --debug flag

jo1gi commented 1 year ago

Have added it now