evmer / perlego-downloader

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

(No module named 'PIL'`) I cannot download the required Pillow package version 8.4.0 #61

Open mxshacodes opened 1 year ago

mxshacodes commented 1 year ago

I am relatively shit/new to running command line programs, so I followed the instructions and looked up my issues on StackExchange. I am on Windows by the way so I had to adjust some things. I tried downloading another version and it still does not work.

Running downloader.py returns: Traceback (most recent call last): File "C:\Users\ASUS\Downloads\perlego-downloader-main\downloader.py", line 2, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL'

This is sort of urgent since I am only using a Free Trial version of Perlego.

ctechid commented 1 year ago

Install this modules

C:\Python311>pip install requests==2.28.1
C:\Python311>pip install websocket-client==1.4.0
C:\Python311>pip install pyppeteer==1.0.2
C:\Python311>pip install PyPDF2==2.10.5
C:\Python311>pip install Pillow==8.4.0