"UserWarning: g0-65 not recognized" and wrong renderization of text
See original GitHub issueHi, I just installed manim from pip in Ubuntu 20.04.1 LTS ($ sudo pip3 install manimlib
). I have a full stack TexLive installation (as of $ sudo apt install texlive-full
), but it seems that I keep getting bad output from the OpeningManimExample
in example_scenes.py
. Specifically, I get the following output:
β ~ manim example_scenes.py -pl --leave_progress_bars
Media will be written to ./media/. You can change this behavior with the --media_dir flag.
1: FirstScene
2: OpeningManimExample
3: SquareToCircle
4: UpdatersExample
5: WarpSquare
6: WriteStuff
Choose number corresponding to desired scene/arguments.
(Use comma separated list for multiple entries)
Choice(s): 2
/usr/local/lib/python3.8/dist-packages/manimlib/mobject/svg/svg_mobject.py:125: UserWarning: g0-65 not recognized
warnings.warn("%s not recognized" % ref)
Animation 0: WriteTextMobject, etc.: 100%|ββββββ| 15/15 [00:00<00:00, 53.26it/s]
Animation 2: TransformTextMobject, etc.: 100%|ββ| 15/15 [00:00<00:00, 50.20it/s]
Animation 4: FadeOutTextMobject, etc.: 100%|ββββ| 45/45 [00:01<00:00, 35.59it/s]
/usr/local/lib/python3.8/dist-packages/manimlib/mobject/svg/svg_mobject.py:125: UserWarning: g0-45 not recognized
warnings.warn("%s not recognized" % ref)
/usr/local/lib/python3.8/dist-packages/manimlib/mobject/svg/svg_mobject.py:125: UserWarning: g0-108 not recognized
warnings.warn("%s not recognized" % ref)
/usr/local/lib/python3.8/dist-packages/manimlib/mobject/svg/svg_mobject.py:125: UserWarning: g0-117 not recognized
warnings.warn("%s not recognized" % ref)
Animation 6: MoveToTargetNumberPlane: 100%|βββββ| 45/45 [00:01<00:00, 23.13it/s]
Animation 8: TransformTextMobject: 100%|ββββββββ| 15/15 [00:00<00:00, 34.53it/s]
File ready at /home/schneider/media/videos/example_scenes/480p15/OpeningManimExample.mp4
Played 10 animations
Observe the bunch of UserWarning: g0-65 not recognized
warnings that are coming from svg_mobject.py
. Besides, I get weird output in two different pieces of text, see screenshots below:
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (1 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@codingwithmagga My error looks like this:
Win10 19042, MikTeX CurrentVersion 21.1, SetupVersion 2.9
Confirmed. Thanks π