Error installing Pillow on ubuntu 14.04

后端 未结 5 1424
栀梦
栀梦 2021-02-01 12:51

I\'m trying to install Pillow on Ubuntu 14.04 using this command:

pip install Pillow

but the installation fails with this error:



        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 13:41

    You need to follow this tutorial Install pillow doc.

    If you had installed, just uninstall and reinstall again:

    $ pip uninstall pillow
    $ pip install pillow --no-cache-dir
    

提交回复
热议问题