How to install Pillow on Windows using pip?

前端 未结 3 1852
逝去的感伤
逝去的感伤 2021-01-04 23:55

I\'m trying to install Pillow 3.1 on Windows. Per the instructions, I should be able to just type in:

pip install Pillow

But I get:

ValueEr         


        
3条回答
  •  庸人自扰
    2021-01-05 00:37

    I install it By running command prompt as administrator pip install Pillow also we can mention specific version like pip install Pillow==2.6.1

提交回复
热议问题