Kyunghoon Han (Bonghyun)

Results 9 comments of Kyunghoon Han (Bonghyun)

Hello, Thank you very much for the reply. The following is the full traceback of the error. ```console Manim Community v0.15.1 ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ │...

Hello, Thank you again and sorry that I forgot to include the other necessary details. In short, the command I input was: ```console manim -pqh fonts.py ``` and the error...

Hello Naveen, Thank you for the input & help. I tried your advice exactly on my Mac, but still got the following error: ```console khan ~/fun_codes/manim_tutorial/project > manim -pqh fonts.py...

Hello Naveen, Thank you again. I installed Cairo using Homebrew with: ```console brew install cairo ``` The following is the Python code snippet of what I tried: ```Python import manimpango...

Hello Naveen, Seems like I am still getting the same error like below: ```console Assertion failed: (!"reached"), function _cairo_hash_table_lookup_unique_key, file cairo-hash.c, line 251. [1] 11454 abort manim -pqh fonts.py ```...

Thank you for the quick reply. I just tried it immediately and confused that with GCC it somehow works quite well. (I got a pretty picture with Tests and Salems...

Hello Naveen, The last two lines of the suggested code gave me a peculiar error. First of all the following are the outputs of `which pkg-config` and `pkg-config --libs --cflags...

Hello Naveen, Sorry for the late response to the comment. I just tried the commands you suggested, and I got: ```console khan ~/fun_codes/manim_tutorial > python -c 'import manimpango; print(manimpango.pango_version())' 1.50.6...

Hello, sorry for the late reply... Seems like it is not compatible with M1 or M2... I tried on my M1 back then with failure (I stuck to my old...