Pillow を pip install しようとしたら以下エラーがでたので対処。
The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.```
どうやら jpeg 関連のライブラリが足りなくて怒られているらしい。
sudo apt-get install libjpeg-dev
でインストールできるようになった。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
Pillow を pip install しようとしたら以下エラーがでたので対処。
The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.```
どうやら jpeg 関連のライブラリが足りなくて怒られているらしい。
sudo apt-get install libjpeg-dev
でインストールできるようになった。
Register as a new user and use Qiita more conveniently
Go to list of users who liked