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
I have installed the manin in windows 11 and correct. Directly (Windows) stage.
When I run the command: manimgl example_scenes.py OpeningManimExample, the windows open and last for about 5 seconds and dispear.
The output as follows:
PS C:\Users\henga\manim> manimgl example_scenes.py OpeningManimExample
ManimGL v1.7.2
Traceback (most recent call last):d \\\quad \\\end{array}\right]...
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\Program Files\Python\Python311\Scripts\manimgl.exe\__main__.py", line 7, in <module>
File "C:\Users\henga\manim\manimlib\__main__.py", line 61, in main
run_scenes()
File "C:\Users\henga\manim\manimlib\__main__.py", line 39, in run_scenes
scene.run()
File "C:\Users\henga\manim\manimlib\scene\scene.py", line 155, in run
self.construct()
File "C:\Users\henga\manim\example_scenes.py", line 29, in construct
IntegerMatrix(matrix),
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\mobject\matrix.py", line 245, in __init__
super().__init__(matrix, num_decimal_places, decimal_config, **config)
File "C:\Users\henga\manim\manimlib\mobject\matrix.py", line 224, in __init__
super().__init__(
File "C:\Users\henga\manim\manimlib\mobject\matrix.py", line 59, in __init__
self.brackets = self.create_brackets(self.rows, bracket_v_buff, bracket_h_buff)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\mobject\matrix.py", line 120, in create_brackets
brackets = Tex("".join((
^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\mobject\svg\tex_mobject.py", line 59, in __init__
super().__init__(
File "C:\Users\henga\manim\manimlib\mobject\svg\string_mobject.py", line 69, in __init__
svg_string = self.get_svg_string()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\mobject\svg\string_mobject.py", line 77, in get_svg_string
return self.get_svg_string_by_content(content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\mobject\svg\tex_mobject.py", line 70, in get_svg_string_by_content
return latex_to_svg(content, self.template, self.additional_preamble, short_tex=self.tex_string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\utils\tex_file_writing.py", line 81, in latex_to_svg
return full_tex_to_svg(full_tex, compiler, message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\utils\cache.py", line 27, in wrapper
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\henga\manim\manimlib\utils\tex_file_writing.py", line 127, in full_tex_to_svg
raise LatexError(error_str or "LaTeX compilation failed")
manimlib.utils.tex_file_writing.LatexError: LaTeX compilation failed
I have installed python 311, and can run python311 to run. But when I run python, the OS open windows store. This may be a reason.
Additional media files
Images/GIFs
Logs
Terminal output
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
System specifications
System Details
OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): Windows 11
RAM: 64G
Python version (python/py/python3 --version): Python 3.11.5
LaTeX distribution (e.g. TeX Live 2020):This is pdfTeX, Version 3.141592653-2.6-1.40.25 (MiKTeX 23.10) (preloaded format=latex.fmt)
restricted \write18 enabled.
Installed LaTeX packages:
Additional comments
The text was updated successfully, but these errors were encountered:
Description of bug / unexpected behavior
Expected behavior
How to reproduce the issue
I have installed the manin in windows 11 and correct. Directly (Windows) stage.
When I run the command:
manimgl example_scenes.py OpeningManimExample
, the windows open and last for about 5 seconds and dispear.The output as follows:
I have installed python 311, and can run
python311
to run. But when I runpython
, the OS open windows store. This may be a reason.Additional media files
Images/GIFs
Logs
Terminal output
System specifications
System Details
python/py/python3 --version
): Python 3.11.5pip list
):LaTeX details
restricted \write18 enabled.
Additional comments
The text was updated successfully, but these errors were encountered: