I need to import FuncAnimation from matplotlib.animation, but I am failing with the following error code:
"ImportError: cannot import name 'FuncAnimation' from 'matplotlib.animation' (C:\Users\myName\Anaconda3\envs\py37\lib\site-packages\matplotlib\animation.py)"
I saw a similar question here, but with a different Error message and the suggested fixes did not work for me. Get error when importing FuncAnimation from matplotlib.animation
I am using anaconda with Matplotlib 3.1.3, Python 3.7 and Spyder 4.0.1 under Windows 10. Any help is appreciated!!!