- »manimgl example_scenes.py -lo« command does not work. -
Siegfried-Gottlich-Wotansson opened this issue · 5 comments
Describe the error
I run the following command at the end of installation of manim, and then there is the following error.
Code and Error
manimgl:
manimgl example_scenes.py -lo
Error:
ManimGL v1.3.0
[01:13:22] INFO Using the default configuration file, which you can modify in config.py:259
c:\windows\system32\manimgl\manimlib\default_config.yml
INFO If you want to create a local configuration file, you can create a file named config.py:260
custom_config.yml
, or run manimgl --config
WARNING You may be using Windows platform and have not specified the path of config.py:226
temporary_storage
, which may cause OSError. So it is recommended to specify the
temporary_storage
in the config file (.yml)
Traceback (most recent call last):
File "C:\Windows\System32\ManimGL\mgl\Scripts\manimgl-script.py", line 33, in
sys.exit(load_entry_point('manimgl', 'console_scripts', 'manimgl')())
File "c:\windows\system32\manimgl\manimlib_main_.py", line 21, in main
config = manimlib.config.get_configuration(args)
File "c:\windows\system32\manimgl\manimlib\config.py", line 294, in get_configuration
module = get_module(args.file)
File "c:\windows\system32\manimgl\manimlib\config.py", line 178, in get_module
spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Windows\System32\ManimGL\examples_scenes.py'
Environment
Microsoft Windows 11 Home Single Language
ManimGL 1.6.1: master
Python 3.10.0
I believe I have installed everything correctly and that I also installed the optional dependencies. I have made the tests following the instructions of this video that SquareToCircle and WriteStuff «that is said uses LaTeX».
What can I do to solve this?
I am not a software engineer «not even close», but I can understand this area's concepts and commands with no difficulty IFF I am explained didactically... Any help would be welcomed.
Now, I was able to render the video of animation 4, but it doesn't show the lines of the graphic?!?!
Some animations of examples_scenes do work, and some texts as well, but others don't. I just moved examples_scenes and examples_scenes.py.1 files to ManimGL folder... I actually am just trying anything which will seem to work, but have no idea if I am doing anything which is actually correct.
I reinstalled ManimGL «this time» v1.3.0 and tried to run example_scenes command and nothing. It doesn't work, later on I will try TonyCrane correction of this python file. ManimCE works, no problem.