centos 安裝python PIL模組

2022-03-22 14:18:32 字數 1401 閱讀 7324

1、安裝

使用yum安裝缺少類庫:

#尤其重要,否則會報錯

yum install python-devel

yum install libjpeg libjpeg-devel zlib zlib-devel freetype freetype-devel lcms lcms-devel

yum install python-imaging

測試:

#

解壓tar xvfz imaging-1.1.7.tar.gz

python setup.py build_ext -i

如果報缺少類庫則手動安裝:

#我

安裝9a失敗,安裝的8b

tar -zxf jpegsrc.v8b.tar.gz

cd jpeg-8b

./configure && make && make test && make install

tar xfz zlib-1.2.5.tar.gz

cd zlib-1.2.5./configure && make && make install

修改配置後安裝image

#

修改配置檔案setup.py

tcl_root = "

/usr/lib/

"jpeg_root = "

/usr/lib/

"zlib_root = "

/usr/lib/

"tiff_root = "

/usr/lib/

"freetype_root = "

/usr/lib/

"lcms_root = "

/usr/lib/"#

安裝python setup.py install

問題:

1、the imaging c module is not installed[5]

yum install python-imaging

參考:[1] 64位centos下安裝python的pil模組.

[2] 64位centos下安裝python的pil模組.

[3] python image模組安裝.

[4] linux 64位系統安裝python pil模組.

[5] pil will not import the _imaging c module: 「*** the _imaging c module is not installed」.

pythonp批量重新命名檔案

import os path input 請輸入需要修改檔名的路徑 c int input 檔案數字起始名 獲取該目錄下所有檔案,存入列表中 filelist os.listdir path n 0 for i in filelist 設定舊檔名 就是路徑 檔名 oldname path os.se...

centos 安裝jenkins rpm安裝

sudo rpm ih jenkins 2.73.2 1.1.noarch.rpm 自動安裝完成之後 usr lib jenkins jenkins.war war包 etc sysconfig jenkins 配置檔案,指定埠 var lib jenkins 預設的jenkins home目錄 v...

硬碟安裝CentOS

2.將 centos 的第乙個 iso 檔案裡的 vmlinuz 和 initrd.img 提取出來。我將提取出來的檔案放在我的第二塊硬碟的第乙個分割槽上 g 3.修改 c boot.ini 檔案,在 operating systems 區域加入一行 c grldr grub 如果要在 boot l...