Can't install Pillow in Windows

前端 未结 8 1193
-上瘾入骨i
-上瘾入骨i 2020-12-17 14:20

The installation process asks for zlib and I even setup & cloned it from Github. I\'m new to all of this.

Error message:

C:\\Users\\GThell\\Pillo         


        
8条回答
  •  被撕碎了的回忆
    2020-12-17 15:04

    As per the docs:

    python3 -m pip install --upgrade pip
    python3 -m pip install --upgrade Pillow
    

    You may need to substitute python3 for py, py3 or python, depending on your install.

    Using plain old pip install Pillow doesn't work for me, nor does easy_install Pillow, which complains that it cannot be safely installed by EasyInstall.

提交回复
热议问题