Description
Bug summary
While using Pycharm and matplotlib 3.6.0 as soon as we import matplotlib, the interpreter crash
Code for reproduction
import matplotlib.pyplot as plt
plt.figure(1)
Actual outcome
canvas_class = backend_mod.FigureCanvas
AttributeError: module 'backend_interagg' has no attribute 'FigureCanvas'
Expected outcome
same thing works with version 3.5.2
Additional information
No response
Operating system
No response
Matplotlib Version
3.6.0
Matplotlib Backend
module://backend_interagg
Python version
3.8
Jupyter version
No response
Installation
No response