PIL error: The _imaging C module is not installed

前端 未结 6 1860
情深已故
情深已故 2021-01-04 02:52

I have PIL (Python imaging library) installed.

When I run Python:

import PIL
import Image
import _imaging

I don\'t get errors. Howe

6条回答
  •  情歌与酒
    2021-01-04 03:02

    On Ubuntu, the following command helped me (thanks to this answer on askubuntu):

    sudo apt-get install libjpeg62:i386
    

提交回复
热议问题