さらいふ

UbuntuにPillowをインストールする方法

投稿日 : 2022/3/11 3:00:00

タグ : #Python#Ubuntu#Rock3A#Pillow#旧ブログシステム

warningこの記事は作成から一年以上が経過しています

最新のコードやバージョンに対応していない場合があります。ご了承ください。

UbuntuにPillowをインストールする方法。

筆者環境

OS : Ubuntu 20.04.4 LTS
PC : Radxa Rock3A

結論

apt update
apt install python3-pip -y
apt install libjpeg8-dev zlib1g-dev libtiff-dev libfreetype6 libfreetype6-dev libwebp-dev libopenjp2-7-dev libopenjp2-7-dev -y

pip3 install pillow --global-option="build_ext" --global-option="--enable-zlib" --global-option="--enable-jpeg" --global-option="--enable-tiff" --global-option="--enable-freetype" --global-option="--enable-webp" --global-option="--enable-webpmux" --global-option="--enable-jpeg2000"

参考 : muratgozel/install_pillow.sh

推奨されない方法

sudo apt install python-pil # for python 2.X
or 
sudo apt install python3-pil # for python 3.X including python3.6

sudo apt install python3-pil.imagetk

Pillowのバージョンが古く、

hoge.text(anchor='mm')

anchorが使えなかった。

さらだぼぉる

[非公式]滋賀県コロナまとめサイトをはじめとした滋賀情報ネットプロジェクトといった地域情報を発信する取り組みをしている。 2022年10月現在高校三年生で滋賀在住。 PythonやSvelteKitが最近のお気に入り。