FileNotFoundError
- 主要语言
- Python
- 星标
- 93.8k
- 派生
- 7.7k
- PR 合并指标
- PR 指标待抓取
描述
**Hello! I get one problem.**
When I run `manimgl start.py SquareToCircle -o` , the git bash return the error below.
```
Traceback (most recent call last):
File "D:\D\Anaconda\envs\math\Scripts\manimgl-script.py", line 33, in
sys.exit(load_entry_point('manimgl', 'console_scripts', 'manimgl')())
File "d:\d\github\manim\manimlib\__main__.py", line 25, in main
scene.run()
File "d:\d\github\manim\manimlib\scene\scene.py", line 116, in run
self.file_writer.begin()
File "d:\d\github\manim\manimlib\scene\scene_file_writer.py", line 207, in begin
self.open_movie_pipe(self.get_movie_file_path())
File "d:\d\github\manim\manimlib\scene\scene_file_writer.py", line 266, in open_movie_pipe
self.writing_process = sp.Popen(command, stdin=sp.PIPE)
File "D:\D\Anaconda\envs\math\lib\subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\D\Anaconda\envs\math\lib\subprocess.py", line 1311, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
```
Can I get some help, please?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。