i want to work with manim slides and i followed the installation guid in the documentation
in venv with python 3.11.9
1- pip install -U “manim-slides[pyside6-full]”
2- pip install pyside6
3- copy/past the same example in the quick start guid of the documentaion
4-run manim-slides render example.py BasicExample
here’s the output
<frozen runpy>:128: RuntimeWarning: 'manim.__main__' found in sys.modules after import of package 'manim', but prior to execution of 'manim.__main__'; this may result in unpredictable behaviour
Manim Community v0.18.1
[06/16/24 20:28:48] INFO Animation 0 : Using cached data (hash : 3977891868_1210654341_223132457) cairo_renderer.py:88
INFO Animation 1 : Using cached data (hash : 2852726489_3931823519_1829105458) cairo_renderer.py:88
INFO Animation 2 : Using cached data (hash : 2852726489_3368153825_3481576351) cairo_renderer.py:88
INFO Combining to Movie file. scene_file_writer.py:617
INFO scene_file_writer.py:737
File ready at 'C:UsersLenovoCodefiverrslidespythonProjectmediavideosexample1080p60BasicExample.mp4'
INFO Rendered BasicExample scene.py:247
Played 3 animations
[06/16/24 20:28:48] INFO Generated 3 slides to 'C:UsersLenovoCodefiverrslidespythonProjectslidesfilesBasicExample' base.py:503
INFO Slide 'BasicExample' configuration written in 'C:UsersLenovoCodefiverrslidespythonProjectslidesBasicExample.json' base.py:515
(process:13272): GLib-GIO-WARNING **: 20:28:49.042: Unexpectedly, UWP app `Microsoft.ScreenSketch_11.2404.40.0_x64__8wekyb3d8bbwe' (AUMId `Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs
5-run manim-slides BasicExample
and here’s the error
failed to get textures for frame; format: 172 textureConverter null
Device loss detected in Present()
Device loss detected in Present()
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 0000021292333100] get_buffer() failed
[h264 @ 0000021292333100] thread_get_buffer() failed
[h264 @ 0000021292333100] decode_slice_header error
[h264 @ 0000021292333100] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.
[h264 @ 0000021292333D00] get_buffer() failed
[h264 @ 0000021292333D00] thread_get_buffer() failed
[h264 @ 0000021292333D00] decode_slice_header error
[h264 @ 0000021292333D00] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 0000021292336100] get_buffer() failed
[h264 @ 0000021292336100] thread_get_buffer() failed
[h264 @ 0000021292336100] decode_slice_header error
[h264 @ 0000021292336100] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.[h264 @ 0000021292335900] get_buffer() failed
[h264 @ 0000021292335900] thread_get_buffer() failed
[h264 @ 0000021292335900] decode_slice_header error
[h264 @ 0000021292335900] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 00000212F70FD700] get_buffer() failed
[h264 @ 00000212F70FD700] thread_get_buffer() failed
[h264 @ 00000212F70FD700] decode_slice_header error
[h264 @ 00000212F70FD700] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.
[h264 @ 0000021292335D00] get_buffer() failed
[h264 @ 0000021292335D00] thread_get_buffer() failed
[h264 @ 0000021292335D00] decode_slice_header error
[h264 @ 0000021292335D00] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 00000212F70FDB00] get_buffer() failed
[h264 @ 00000212F70FDB00] thread_get_buffer() failed
[h264 @ 00000212F70FDB00] decode_slice_header error
[h264 @ 00000212F70FDB00] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.
[h264 @ 0000021292330D00] get_buffer() failed
[h264 @ 0000021292330D00] thread_get_buffer() failed
[h264 @ 0000021292330D00] decode_slice_header error
[h264 @ 0000021292330D00] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 00000212F70FE300] get_buffer() failed
[h264 @ 00000212F70FE300] thread_get_buffer() failed
[h264 @ 00000212F70FE300] decode_slice_header error
[h264 @ 00000212F70FE300] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.
[h264 @ 0000021292332900] get_buffer() failed
[h264 @ 0000021292332900] thread_get_buffer() failed
[h264 @ 0000021292332900] decode_slice_header error
[h264 @ 0000021292332900] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
[h264 @ 00000212F70FE700] get_buffer() failed
[h264 @ 00000212F70FE700] thread_get_buffer() failed
[h264 @ 00000212F70FE700] decode_slice_header error
[h264 @ 00000212F70FE700] no frame!
[AVHWFramesContext @ 00000212928AF1C0] Static surface pool size exceeded.
[h264 @ 000002129232FD00] get_buffer() failed
[h264 @ 000002129232FD00] thread_get_buffer() failed
[h264 @ 000002129232FD00] decode_slice_header error
[h264 @ 000002129232FD00] no frame!
[AVHWFramesContext @ 00000212F94D0980] Static surface pool size exceeded.
at this point i don’t know what is the problem exaclly because i try out twic and nothing worked