lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

error #202

Closed dEN5-tech closed 3 years ago

dEN5-tech commented 4 years ago

image

all dependencies are installed

heuer commented 4 years ago

Pillow cannot be found. How did you install qrcode? Have you tried

$ pip install qrcode[pil]
$ pip install qrcode[pil]
Collecting qrcode[pil]
  Downloading qrcode-6.1-py2.py3-none-any.whl (31 kB)
Collecting six
  Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting pillow; extra == "pil"
  Downloading Pillow-7.2.0-cp37-cp37m-manylinux1_x86_64.whl (2.2 MB)
     |████████████████████████████████| 2.2 MB 2.5 MB/s 
Installing collected packages: six, pillow, qrcode
Successfully installed pillow-7.2.0 qrcode-6.1 six-1.15.0

(using Python 3.7 if that matters)