I am trying to install ffmpeg
When I run import matplotlib.animation as animation print(animation.writers.list())
I get ['pillow', 'html']
I have donwloaded from website and run in command promt
C:\Users\->pip install ffmpeg Requirement already satisfied: ffmpeg in c:\users\-\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages (1.4)
When I run my code I get below error: RuntimeError: Requested MovieWriter (ffmpeg) not available
Note: I write on Hupyter via Anaconda