Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #2

Open
liamxg opened this issue Feb 20, 2021 · 0 comments
Open

error #2

liamxg opened this issue Feb 20, 2021 · 0 comments

Comments

@liamxg
Copy link

liamxg commented Feb 20, 2021

(py38) lixingguangtekiMacBook-puro:blog_code-master lixingguang$ python scurve_animation.py
Traceback (most recent call last):
File "scurve_animation.py", line 227, in
ani.save('mymovie.mp4', writer=FFwriter,dpi=150)
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/site-packages/matplotlib/animation.py", line 1132, in save
with writer.saving(self._fig, filename, dpi):
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/contextlib.py", line 113, in enter
return next(self.gen)
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/site-packages/matplotlib/animation.py", line 228, in saving
self.setup(fig, outfile, dpi, *args, **kwargs)
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/site-packages/matplotlib/animation.py", line 352, in setup
self._run()
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/site-packages/matplotlib/animation.py", line 362, in _run
self._proc = subprocess.Popen(
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Users/lixingguang/opt/anaconda2/envs/py38/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant