#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.