简体   繁体   English

Windows 7 Enterprise上的Python PIL库安装程序崩溃

[英]Python PIL library installer chrashing on Windows 7 Enterprise

I'm trying to install PIL 1.1.7 library to my Python 2.7 installation, but the installer chrashes when I try to do this. 我正在尝试将PIL 1.1.7库安装到我的Python 2.7安装中,但是当我尝试执行此操作时安装程序会崩溃。 I downloaded the installer from this page: PIL library 我从以下页面下载了安装程序: PIL库

I downloaded Python Imaging Library 1.1.7 for Python 2.7 为Python 2.7下载了Python Imaging Library 1.1.7

My system specs are: Windows 7 Enterprise, 64-bit. 我的系统规格是:Windows 7 Enterprise,64位。 Here is what I see when I do the installation: 这是我进行安装时看到的内容:

在此处输入图片说明

Any idea why this is happening? 知道为什么会这样吗? Thnx for any help =) 谢谢任何帮助=)

PS If you need any additional information, I'm happy to provide =) 附注:如果您需要任何其他信息,我们很乐意提供=)

UPDATE : 更新

It might be something on my Python installation. 这可能是在我的Python安装上。 I tried installing Pillow from here: Python extensions and I get the same problem...should I just reinstall Python? 我尝试从此处安装PillowPython扩展,并且遇到相同的问题...我应该重新安装Python吗?

i just installed pil library using " pip install pil " . 我刚刚使用“ pip install pil”安装了pil库。 Install pip on your system, its the best and easy method of install python libraries for both Windows as well as Linux . 在您的系统上安装pip,这是Windows和Linux上安装python库的最佳简便方法。

皮尔成功安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM