at backyard

Color my life with the chaos of trouble.

M1 mac環境で pyheif をインストールしようとした際に fatal error: 'libheif/heif.h' file not found が出たときの対応方法

M1 MacBook Airpyheif をインストールしようとしたら fatal error: 'libheif/heif.h' file not found というエラーになった。

ググるとすぐに解決策は見つかった。
(このPRがマージされれば、この手法も必要なくなる?)

github.com

以下のコマンドでインストールすることで成功を確認した。

pip install git+https://github.com/guillaumegenthial/pyheif.git@m1-support

以上、備忘録。