Xonshiz / comic-dl

Comic-dl is a command line tool to download manga and comics from various comic and manga sites. Supported sites : readcomiconline.to, mangafox.me, comic naver and many more.
https://github.com/Xonshiz/comic-dl
MIT License
545 stars 68 forks source link

[linux] comic_dl.py import tqdm error #280

Closed hollisticated-horse closed 3 years ago

hollisticated-horse commented 3 years ago
Traceback (most recent call last):
  File "./__main__.py", line 4, in <module>
    from comic_dl import ComicDL
  File "/home/user/comic-dl-master/comic_dl/comic_dl.py", line 4, in <module>
    from tqdm import tqdm
ImportError: No module named tqdm

ubuntu 20.10

hollisticated-horse commented 3 years ago

pip3 install tqdm : Requirement already satisfied: tqdm in /usr/lib/python3/dist-packages (4.48.2)

hollisticated-horse commented 3 years ago

never mind, i think i solved it.

running ./__main__.py seems to not work... but python3 __main__.py [options] -i URL works, altough i had to pip3 install two modules: img2pdf and cloudscraper

Xonshiz commented 3 years ago

You need to install the requirements mentioned in requirements.txt file. Closing this, as the issue was due to external libs not being installed on system.