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
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Whether I pip install pyqrencode or python setup.py install from source I get an exception from test_qr.py
Traceback (most recent call last):
File "test_qr.py", line 1, in
from qrencode import Encoder
File "qrencode.pyx", line 1, in init qrencode (qrencode.c:1520)
from ImageOps import expand
ImportError: No module named ImageOps
The text was updated successfully, but these errors were encountered:
Whether I pip install pyqrencode or python setup.py install from source I get an exception from test_qr.py
Traceback (most recent call last):
File "test_qr.py", line 1, in
from qrencode import Encoder
File "qrencode.pyx", line 1, in init qrencode (qrencode.c:1520)
from ImageOps import expand
ImportError: No module named ImageOps
The text was updated successfully, but these errors were encountered: