jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
419 stars 46 forks source link

[BUG] GLib-GObject Error #394

Closed semikernel closed 3 months ago

semikernel commented 3 months ago

Description

The manim-slides can render normally but can't present. After input manim-slides present Test in terminal prompt, it returns:

(python:7792): GLib-GObject-WARNING **: 14:14:17.449: g_type_instance_get_class_private() requires a prior call to g_type_add_class_private()
Segmentation fault (core dumped)

It seems quiet wired because in my another laptop everything works well. So how could I do to fix that error? Thx a lot:)

Version

manim-slides, version 5.1.3

Platform

Ubuntu 22.04

Screenshots

No response

Additional information

No response

semikernel commented 3 months ago

I figured it out by installing using pipx, now it works well!

jeertmans commented 3 months ago

Happy you solved your issue! I guess this was caused by a broken installation of Qt bindings.