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 am setting the mgl env when I run examples scene videos this happens
(mgl) C:\Users\LENOVO\manim>manimgl example_scenes.py -lo
ManimGL v1.6.1
[23:06:34] INFO Using the default configuration file, which you can modify in config.py:265 c:\users\lenovo\manim\manimlib\default_config.yml
INFO If you want to create a local configuration file, you can create a file named config.py:266 custom_config.yml, or run manimgl --config
WARNING You may be using Windows platform and have not specified the path of config.py:232 temporary_storage, which may cause OSError. So it is recommended to specify the temporary_storage in the config file (.yml)
01: AnimatingMethods
02: ControlsExample
03: CoordinateSystemExample
04: GraphExample
05: InteractiveDevelopment
06: OpeningManimExample
07: SurfaceExample
08: TexTransformExample
09: TextExample
10: UpdatersExample
That module has multiple scenes, which ones would you like to render?
Scene Name or Number:
(process:5380): GLib-GIO-WARNING **: 23:06:35.267: Unexpectedly, UWP app 5957Turnipsoft.freda_5.1.0.0_x64__ypmq2qh89vmny' (AUMId 5957Turnipsoft.freda_ypmq2qh89vmny!App') supports 4 extensions but has no verbs
(process:5380): GLib-GIO-WARNING **: 23:06:35.277: Unexpectedly, UWP app Microsoft.OutlookForWindows_1.2023.1108.200_x64__8wekyb3d8bbwe' (AUMId Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows') supports 1 extensions but has no verbs
(process:5380): GLib-GIO-WARNING **: 23:06:35.309: Unexpectedly, UWP app Microsoft.ScreenSketch_11.2310.54.0_x64__8wekyb3d8bbwe' (AUMId Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs
(process:5380): GLib-GIO-WARNING **: 23:06:35.333: Unexpectedly, UWP app Clipchamp.Clipchamp_2.8.3.0_neutral__yxz26nhyzhsrt' (AUMId Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs
4
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\LENOVO\manim\mgl\Scripts\manimgl.exe_main.py", line 7, in
File "C:\Users\LENOVO\manim\manimlib_main.py", line 25, in main
scene.run()
File "C:\Users\LENOVO\manim\manimlib\scene\scene.py", line 91, in run
self.construct()
File "C:\Users\LENOVO\manim\example_scenes.py", line 420, in construct
axes = Axes((-3, 10), (-1, 8))
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\coordinate_systems.py", line 383, in init
self.x_axis = self.create_axis(
^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\coordinate_systems.py", line 405, in create_axis
axis = NumberLine(range_terms, **new_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\number_line.py", line 60, in init
super().init(self.x_min * RIGHT, self.x_max * RIGHT, **kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 450, in init
super().init(**kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 85, in init
super().init(**kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\mobject.py", line 89, in init
self.init_points()
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 453, in init_points
self.set_points_by_ends(self.start, self.end, self.buff, self.path_arc)
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 487, in set_points_by_ends
self.set_points_as_corners([start, end])
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 496, in set_points_as_corners
self.set_anchors_and_handles(*[
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 365, in set_anchors_and_handles
self.set_points(new_points)
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 968, in wrapper
if not np.all(self.get_points() == old_points):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: operands could not be broadcast together with shapes (3,3) (0,3)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am setting the mgl env when I run examples scene videos this happens
(mgl) C:\Users\LENOVO\manim>manimgl example_scenes.py -lo
ManimGL v1.6.1
[23:06:34] INFO Using the default configuration file, which you can modify in config.py:265
c:\users\lenovo\manim\manimlib\default_config.yml
INFO If you want to create a local configuration file, you can create a file named config.py:266
custom_config.yml
, or runmanimgl --config
WARNING You may be using Windows platform and have not specified the path of config.py:232
temporary_storage
, which may cause OSError. So it is recommended to specify thetemporary_storage
in the config file (.yml)01: AnimatingMethods
02: ControlsExample
03: CoordinateSystemExample
04: GraphExample
05: InteractiveDevelopment
06: OpeningManimExample
07: SurfaceExample
08: TexTransformExample
09: TextExample
10: UpdatersExample
That module has multiple scenes, which ones would you like to render?
Scene Name or Number:
(process:5380): GLib-GIO-WARNING **: 23:06:35.267: Unexpectedly, UWP app
5957Turnipsoft.freda_5.1.0.0_x64__ypmq2qh89vmny' (AUMId
5957Turnipsoft.freda_ypmq2qh89vmny!App') supports 4 extensions but has no verbs(process:5380): GLib-GIO-WARNING **: 23:06:35.277: Unexpectedly, UWP app
Microsoft.OutlookForWindows_1.2023.1108.200_x64__8wekyb3d8bbwe' (AUMId
Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows') supports 1 extensions but has no verbs(process:5380): GLib-GIO-WARNING **: 23:06:35.309: Unexpectedly, UWP app
Microsoft.ScreenSketch_11.2310.54.0_x64__8wekyb3d8bbwe' (AUMId
Microsoft.ScreenSketch_8wekyb3d8bbwe!App') supports 29 extensions but has no verbs(process:5380): GLib-GIO-WARNING **: 23:06:35.333: Unexpectedly, UWP app
Clipchamp.Clipchamp_2.8.3.0_neutral__yxz26nhyzhsrt' (AUMId
Clipchamp.Clipchamp_yxz26nhyzhsrt!App') supports 41 extensions but has no verbs4
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\LENOVO\manim\mgl\Scripts\manimgl.exe_main.py", line 7, in
File "C:\Users\LENOVO\manim\manimlib_main.py", line 25, in main
scene.run()
File "C:\Users\LENOVO\manim\manimlib\scene\scene.py", line 91, in run
self.construct()
File "C:\Users\LENOVO\manim\example_scenes.py", line 420, in construct
axes = Axes((-3, 10), (-1, 8))
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\coordinate_systems.py", line 383, in init
self.x_axis = self.create_axis(
^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\coordinate_systems.py", line 405, in create_axis
axis = NumberLine(range_terms, **new_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\manim\manimlib\mobject\number_line.py", line 60, in init
super().init(self.x_min * RIGHT, self.x_max * RIGHT, **kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 450, in init
super().init(**kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 85, in init
super().init(**kwargs)
File "C:\Users\LENOVO\manim\manimlib\mobject\mobject.py", line 89, in init
self.init_points()
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 453, in init_points
self.set_points_by_ends(self.start, self.end, self.buff, self.path_arc)
File "C:\Users\LENOVO\manim\manimlib\mobject\geometry.py", line 487, in set_points_by_ends
self.set_points_as_corners([start, end])
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 496, in set_points_as_corners
self.set_anchors_and_handles(*[
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 365, in set_anchors_and_handles
self.set_points(new_points)
File "C:\Users\LENOVO\manim\manimlib\mobject\types\vectorized_mobject.py", line 968, in wrapper
if not np.all(self.get_points() == old_points):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: operands could not be broadcast together with shapes (3,3) (0,3)
and different errors when I try another videos
Beta Was this translation helpful? Give feedback.
All reactions