pritishmishra703 / WakeWordDetection

Make a Wake word detection engine like "Ok, google!"
51 stars 18 forks source link

Problem with PreprocessingData.py file #4

Open Flaschenzug opened 1 year ago

Flaschenzug commented 1 year ago

When I run the Preprocessing file, I get the following error:

File "/Users/waldgeist/Documents/python/play-with-python/venv/lib/python3.9/site-packages/matplotlib/pyplot.py", line 266, in switch_backend
    canvas_class = backend_mod.FigureCanvas
AttributeError: module 'backend_interagg' has no attribute 'FigureCanvas'

And this line is producing the error: plt.title("Wave Form")

Any idea what this is about or how to resolve the issue? Thanks :-)