delphinus/homebrew-sfmono-square

ModuleNotFoundError when installing sfmono-square

Closed this issue · 5 comments

I'm encountering a ModuleNotFoundError when attempting to install sfmono-square 3.2.3.
The error message is as follows:

ModuleNotFoundError: No module named 'fontTools'

This is the environment:

$ python --version
Python 3.12.1
$ sw_vers
ProductName:		macOS
ProductVersion:		14.4
BuildVersion:		23E214
$ brew list --version | rg fonttools
fonttools 4.49.0

Any assistance in resolving this issue would be greatly appreciated.
Thank you.

追伸:
すみません、気づかず英訳してissueを立ててしまいました。日本語でも英語でも大丈夫です。

再現しました。修正します。

修正しました。リリースしたらクローズします。

@delphinus ありがとうございます!
先ほど試したところ無事インストールできました。

v3.2.4 としてリリースしました。CI で Ventura での実行結果がどうやっても失敗する(フォントは生成されているのに)ので、一時的にオフにしています。また後で考えます。

@delphinus ありがとうございます!