国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

CentOS安裝pillow錯誤

AlphaWatch / 2244人閱讀

摘要:安裝出現以下問題解決

安裝pillow出現以下問題:

ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting

----------------------------------------
Cleaning up...
Command /usr/local/bin/python -c "import setuptools, tokenize;__file__="/tmp/pip_build_root/pillow/setup.py";exec(compile(getattr(tokenize, "open", open)(__file__).read().replace("
", "
"), __file__, "exec"))" install --record /tmp/pip-SviNMc-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pillow
Storing debug log for failure in /root/.pip/pip.log

StackOverflow:
http://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux

解決:

sudo yum install python-devel
sudo yum install zlib-devel
sudo yum install libjpeg-turbo-devel

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/17420.html

相關文章

  • Linux下安裝python-2.7

    摘要:優化編寫一鍵安裝的腳本由于的系統默認都是,如果服務器需要用環境的話每臺都得手動操作升級,工作量比較大,編寫腳本提升效率。 安裝依賴的庫 yum -y install python-devel openssl openssl-devel gcc sqlite sqlite-devel mysql-devel libxml2-devel libxslt-devel Python =====...

    darryrzhong 評論0 收藏0
  • 集體智慧編程遇到的問題

    第三章 P38 問題描述:安裝PIL 錯誤1:_imagingft.c:73:10: fatal error: freetype/fterrors.h file not found解決方法:ln -s /usr/local/include/freetype2 /usr/local/include/freetype 錯誤2:X11/Xlib.h file not found解決方法:ln -s ...

    bergwhite 評論0 收藏0
  • Programming Computer Vision with Python (學習筆記一)

    摘要:接下來的學習筆記本人都將使用來代替。庫中提供的很多圖像操作都是分別作用于某個通道的數據。是最流行的開源色彩管理庫之一。目前只支持在增加和。模塊支持從圖像對象創建或的對象,方便被使用和顯示。模塊對圖像或指定區域的每個通道進行統計,包括等。 介紹 《Programming Computer Vision with Python》是一本介紹計算機視覺底層基本理論和算法的入門書,通過這本收可以...

    huashiou 評論0 收藏0

發表評論

0條評論

最新活動
閱讀需要支付1元查看
<