
David Mauricio Guerrero Betancur
PreguntaHola.
Alguien sabe cómo se soluciona este error?
CalledProcessError: Command ‘[‘dot’, ‘-Tsvg’]’ returned non-zero exit status 1. [stderr: b’Format: “svg” not recognized. Use one of:\r\n’]
Ya traté desinstalando y reinstalando graphviz con pip. Lo instalé directamente en Windows e incluí la carpeta \bin en el path y luego lo reinstalé en el ambiente de Anaconda. Pero
Erik Ochoa
Buscando en google encontré esto mira: "Graphviz plugins need to be registered before they can be used. In Windows, open the command prompt as admin and type
dot -c
dot -v
Parece que en windows los plugins necesitan ser registrados con el comando
dot-c