pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
479 stars 93 forks source link

aria2p as libary - No module named 'appdirs' #86

Closed a5r0n closed 3 years ago

a5r0n commented 3 years ago

Describe the bug appdirs is optional for aria2p libary, But imported in utils.py..

To Reproduce Steps to reproduce the behavior:

  1. pip install aria2p
  2. python -c 'import aria2p'
  3. See error

Expected behavior don't import appdirs if in not necessary..

System (please complete the following information):

pawamoy commented 3 years ago

So sorry for that. Really a dumb mistake on my end! This should be fixed in 0.10.4.