You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I followed the instruction, after generate code and when running to render the scene, occurred this error:
(tea) D:\Projects\TheoremExplainAgent>python generate_video.py --model "openai/o3-mini" --helper_model "openai/o3-mini" --output_dir "output/my_exp_name" --topic "Bubble sort explain" --context "explain hwo to use bubble sort algorithm sort [2,4,6,1,3]"
Planner model: openai/o3-mini, Helper model: openai/o3-mini, Scene model: openai/o3-mini
Loaded existing session ID: 4119662f-288f-45c2-9538-9349f61f5068
Processing topic: Bubble sort explain
Loaded existing session ID: 4119662f-288f-45c2-9538-9349f61f5068
Loaded existing scene outline for topic: Bubble sort explain
Number of scenes: 4
Found existing implementation plan for scene 1
Found existing implementation plan for scene 2
Found existing implementation plan for scene 3
Found existing implementation plan for scene 4
Starting video rendering for topic: Bubble sort explain
Rendering 4 scenes that need processing...
Accumulated Cost: $0.0216645000
Code saved to output/my_exp_name\bubble_sort_explain\scene1\code/bubble_sort_explain_scene1_v0.py
Error: Traceback (most recent call last):
File "D:\Programs\Anaconda3\envs\tea\Scripts\manim-script.py", line 9, in
sys.exit(main())
^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1161, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1082, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 788, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\cli\render\commands.py", line 121, in render
for SceneClass in scene_classes_from_file(file):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\utils\module_ops.py", line 167, in scene_classes_from_file
module = get_module(file_path)
^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\utils\module_ops.py", line 67, in get_module
spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Projects\TheoremExplainAgent\output\my_exp_name\bubble_sort_explain\scene1\code\bubble_sort_explain_scene1_v0.py", line 5, in
from src.utils.kokoro_voiceover import KokoroService # Custom voiceover service.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'src'
Desktop (please complete the following information):
OS: windows
The text was updated successfully, but these errors were encountered:
Describe the bug
I followed the instruction, after generate code and when running to render the scene, occurred this error:
(tea) D:\Projects\TheoremExplainAgent>python generate_video.py --model "openai/o3-mini" --helper_model "openai/o3-mini" --output_dir "output/my_exp_name" --topic "Bubble sort explain" --context "explain hwo to use bubble sort algorithm sort [2,4,6,1,3]"
Planner model: openai/o3-mini, Helper model: openai/o3-mini, Scene model: openai/o3-mini
Loaded existing session ID: 4119662f-288f-45c2-9538-9349f61f5068
Processing topic: Bubble sort explain
Loaded existing session ID: 4119662f-288f-45c2-9538-9349f61f5068
Loaded existing scene outline for topic: Bubble sort explain
Number of scenes: 4
Found existing implementation plan for scene 1
Found existing implementation plan for scene 2
Found existing implementation plan for scene 3
Found existing implementation plan for scene 4
Starting video rendering for topic: Bubble sort explain
Rendering 4 scenes that need processing...
Accumulated Cost: $0.0216645000
Code saved to output/my_exp_name\bubble_sort_explain\scene1\code/bubble_sort_explain_scene1_v0.py
Error: Traceback (most recent call last):
File "D:\Programs\Anaconda3\envs\tea\Scripts\manim-script.py", line 9, in
sys.exit(main())
^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1161, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1082, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\click\core.py", line 788, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\cli\render\commands.py", line 121, in render
for SceneClass in scene_classes_from_file(file):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\utils\module_ops.py", line 167, in scene_classes_from_file
module = get_module(file_path)
^^^^^^^^^^^^^^^^^^^^^
File "D:\Programs\Anaconda3\envs\tea\Lib\site-packages\manim\utils\module_ops.py", line 67, in get_module
spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Projects\TheoremExplainAgent\output\my_exp_name\bubble_sort_explain\scene1\code\bubble_sort_explain_scene1_v0.py", line 5, in
from src.utils.kokoro_voiceover import KokoroService # Custom voiceover service.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'src'
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: