You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\user\kobo-book-downloader-master>python kobo-book-downloader list --help
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\user\kobo-book-downloader-master\kobo-book-downloader\__main__.py", line 1, in <module>
from Commands import Commands
File "C:\Users\user\kobo-book-downloader-master\kobo-book-downloader\Commands.py", line 2, in <module>
from Kobo import Kobo, KoboException
File "C:\Users\user\kobo-book-downloader-master\kobo-book-downloader\Kobo.py", line 17, in <module>
import readline
ModuleNotFoundError: No module named 'readline'
All commands result in this error. I have all dependencies installed properly (I use other scripts that depend on them--they are installed in the default location)
The text was updated successfully, but these errors were encountered:
All commands result in this error. I have all dependencies installed properly (I use other scripts that depend on them--they are installed in the default location)
The text was updated successfully, but these errors were encountered: