Matplotlib hatası

"
plt.hist(df[“age”])
…: plt.show()
"
yukarıdaki kodu çalıştırınca aşağıdaki gibi bir hata alıyorum

" :1: UserWarning: Matplotlib is using PyQt6 which wraps 6.5.0 however an instantiated QApplication from PyQt5 which wraps 5.9.7 exists. Mixing Qt major versions may not work as expected.
plt.hist(df[“age”]) "

“pip install PyQt5” yaptım ama olmadı nasıl çözebilirim?