jeertmans / manim-slides

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

[BUG] `manim-slides present` and `wizard` immediately crash #435

Open JohnnyJTH opened 1 month ago

JohnnyJTH commented 1 month ago

Description

I am probably doing something very stupid, but I cannot figure out what I am doing wrong to get this result. See the screenshot.

Version

5.1.7

Platform

Windows

Screenshots

https://github.com/jeertmans/manim-slides/assets/64006750/470196d8-a8a3-478e-bbdd-26014509b1c6

Additional information

No response

JohnnyJTH commented 1 month ago

Potentially relevant info: I just tried running manim-slides wizard but that command also failed.

image

jeertmans commented 1 month ago

Hello! I guess you are on Windows and using a virtualenv (which is nice!)?

If so, can you show the output of pip freeze?

Also, can you show the top of the error message in your video? I recognize this error, but I cannot remember where I saw it...

JohnnyJTH commented 1 month ago

Yes! I am using python 3.12.3 and its' standard venv module for the virtualenv.

The error message consists of this block of text repeated over and over: image

pip freeze: image

jeertmans commented 1 month ago

Thanks! Did you try with Python 3.11?

Just to check if Python 3.12 is the issue

JohnnyJTH commented 1 month ago

Python 3.11 gives me the same error

jeertmans commented 1 month ago

Ok, so I also encountered this issue with my PR #377.

Can you try presenting with manim-slides present [SCENE]... --hide-info-window?

JohnnyJTH commented 1 month ago

That fixes it.

jeertmans commented 1 month ago

Thanks for the update @JohnnyJTH, hopefully I will find a better fix and push it to #377 :-)

Does manim-slides wizard still crash?

JohnnyJTH commented 1 month ago

Thanks for the update @JohnnyJTH, hopefully I will find a better fix and push it to #377 :-)

Does manim-slides wizard still crash?

Sorry for not replying earlier, manim-slides wizard works with 3.11 at least

jeertmans commented 1 month ago

No issue, thanks for the reply @JohnnyJTH!