Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 328 Bytes

question.md

File metadata and controls

14 lines (10 loc) · 328 Bytes

#Something goes wrong

when I test this program in macos:

apple (master) zifuhua $ python3 zifuhua.py timg.jpg
Traceback (most recent call last):
  File "zifuhua.py", line 3, in <module>
    from PIL import Image
ImportError: No module named 'PIL'

I have already installed pillow, but I dont know where the wrong is.