evmer / perlego-downloader

Download books from Perlego.com in PDF format
MIT License
106 stars 52 forks source link

Issue on Windows 10 #30

Closed herovax closed 1 year ago

herovax commented 1 year ago

I received a message that says "perlego-downloader-main\downloader.py", line 2, in from PIL import Image ModuleNotFoundError: No module named 'PIL'". I'm not sure which step did I do wrong.

evmer commented 1 year ago

Hello, do you have installed the Python requirements with pip3 install -r requirements.txt?

herovax commented 1 year ago

Yes, it has successfully installed the entire list. Somehow the error starts at line 2. What module is that? Maybe I can reinstall that part.

evmer commented 1 year ago

Try pip3 install pillow

evmer commented 1 year ago

I suppose this issue has been fixed installing the right dependences. I'm closing this issue, feel free to reopen it