Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

243
Visualizações
module 'matplotlib' has no attribute 'verbose'

I can run my program in the terminal, but when I run it directly using Pycharm, it gives

AttributeError: module 'matplotlib' has no attribute 'verbose'

enter image description here

over 4 years ago · Santiago Trujillo
3 Respostas
Responde à pergunta

0

I think I found the answer. I was having the same problem. In PyCharm Professional 2017.3, go to File | Settings | Tools | Python Scientific. There is an option there to "Show plots in toolwindow". Uncheck this option. Then it should work ok. It has something to do with PyCharm trying to help you by allowing you to interact with your plots - as hinted at in this issue discussion. https://youtrack.jetbrains.com/issue/PY-26652

over 4 years ago · Santiago Trujillo Relatório

0

Try to install older version of matplotlib like 2.1.0 rather than v 2.2.0

use:

pip uninstall matplotlib
pip install matplotlib==2.1.0
over 4 years ago · Santiago Trujillo Relatório

0

This is an error on the matplotlib side, verbose was unintentionally removed in matplotlib 2.2.0. See this issue.

This is fixed from the matplotlib side as of version 2.2.2. (Release here)

If updating is not an option, one less ideal option could be to locate the __init__.py inside the matplotlib folder, and add the line

verbose = Verbose()

after the Verbose() class - that should be around line 384 in the current version.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda