-
Notifications
You must be signed in to change notification settings - Fork 236
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
jupyter notebook example bloch-sphere-animation - matplotlib.animation:MovieWriter avconv unavailable #64
Comments
I solve this problem by setting blit=False in plot_animation() function in ipynbtools.py file. |
Replicated this issue in Ubuntu 20.04 (WSL), also matplotlib complains about how avconv will be deprecated. |
I also encountered the same problem when using an example from qutip-notebooks. I think the reason for this problem is that libav, which contains anconv, has been replaced by ffmpeg. Even after libav is installed, the problem cannot be solved. So I suggest installing ffmpeg through Anaconda: |
OS: MacOS High sierra
Python: Python 3.6.5 :: Anaconda, Inc.
I installed qutip using conda
When I run python and the following
I get
Then I launch the jupyter notebook and run 'bloch-sphere-animation.ipynb'
plot_animation(plot_setup, plot_result, result)
I get this
The text was updated successfully, but these errors were encountered: