Can't install Pillow in Windows

前端 未结 8 1165
-上瘾入骨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:09

    In windows, some packages wont work due to framework issues .same can be download and use it via 3rd party site.

    Unofficial python Binaries

    chose corresponding version download the same.

    and then for eg,

    pip install Downloads\\Pillow.whl
    

    now it will install without error

提交回复
热议问题