Erro no Pycharm / Matplotlib

A biblioteca Matplotlib do Python 3.8 funciona normalmente pelo terminal

Executando o mesmo código pelo Pycharm-Community apresenta o seguinte erro:

Gtk-Message: 08:07:27.734: Failed to load module "xapp-gtk3-module"

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()

Informações do S.O
Sistema Operacional: Linux Mint 20.2
Kernel: Linux 5.4.0-80-generic
Arquitetura: x86-64

Informações do Pycharm (Flatpak):
Software: PyCharm-Community
Pacote: com.jetbrains.PyCharm-Community
Versão: 2021.1.3
Remoto: Flathub
Arquitetura: x86_64
Ramo (Branch): Stable

Este meu problema tem solução?

Comentários

  • Executei no terminal o comando pip3 install PyQt5 e solucionou o erro: "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()" e consequentemente a janela de plotagem foi exibida, solucionando o meu problema, porém o aviso "Gtk-Message: 08:07:27.734: Failed to load module "xapp-gtk3-module" insiste em aparecer.
Entre ou Registre-se para fazer um comentário.