LoginSignup
0
0

More than 1 year has passed since last update.

【初心者メモ】The _imagingft C module is not installed の対処法

Posted at

開発環境

Python3 (Anaconda3 + VSCode)

問題

wordcloudで画像作成しようとしたらThe _imagingft C module is not installedというエラーが出た。

解決法

対処法としてubuntuを使ったものが多く、調べるのに数時間かかったが、以下のサイトを参考にしてコマンドプロンプトでpillowをインストールしなおしたら直った。

pip uninstall pillow 
pip3 install pillow

感想

CSDNという中国語のプログラミング知恵袋的なサイトが結構役に立った。中国語は読めないけどコードは世界共通だから助かった。

参照サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0