jo1gi / audiobook-dl

Audiobook CLI downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attrs module not found

AHBiblicalHebrew opened this issue · comments

Installation method:
Github repo or pip/pypi
pip

Version:
Python version and audiobook-dl version
python 3.8.10
latest audiobook-dl

Describe the bug
A clear and concise description of what the bug is.

Command output
Command and output with --debug flag

Traceback (most recent call last):

File "/home/andrew/.local/bin/audiobook-dl", line 5, in

from audiobookdl.__main__ import main

File "/home/andrew/.local/lib/python3.10/site-packages/audiobookdl/init.py", line 1, in

from .utils.audiobook import AudiobookFile, Chapter, AudiobookMetadata, Cover, Audiobook, Result, Series, BookId

File "/home/andrew/.local/lib/python3.10/site-packages/audiobookdl/utils/audiobook.py", line 5, in

from attrs import define, Factory

ModuleNotFoundError: No module named 'attrs'

That's weird. It is added as a dependency (https://github.com/jo1gi/audiobook-dl/blob/master/pyproject.toml#L20).

You should be able to fix the problem by running pip install attrs.

I ran that and got a requirement already met