我是 python 的新手(和一般的编码),我正试图让 Manim 在我的 Mac 上运行。我一直在遵循http://bhowell4.com/manic-install-tutorial-for-mac/上的指示
我到了尝试通过运行来测试动画的地步:
python3 extract_scene.py example_scenes.py SquareToCircle -pl
这是我收到的错误消息:
>
/Users/rdownie/animations/manim/venv/lib/python3.7/site-packages/pydub/utils.py:165: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
Traceback (most recent call last):
File "extract_scene.py", line 163, in
main()
TypeError: main() missing 1 required positional argument: 'config'
任何帮助深表感谢!