Pillow installation error: command 'gcc' failed with exit status 1

前端 未结 6 1419
迷失自我
迷失自我 2020-12-31 05:39

I am trying to setup my Django variant (Wagtail) but have problems installing the required Pillow.

Background: Am running Python 2.6.6, in virtua

6条回答
  •  暖寄归人
    2020-12-31 06:09

    Make sure you have gcc and python-dev installed

    sudo apt-get install gcc python-dev

提交回复
热议问题