Error: Format: “svg” not recognized. Use one of:

前端 未结 2 571
耶瑟儿~
耶瑟儿~ 2021-01-17 20:30

Hallo I try to create a decisiontree with my csv datasheet. I installed in anaconda and python the graphviz package with the following command:

conda install          


        
相关标签:
2条回答
  • 2021-01-17 21:18

    So apparently the issue is you have to configure the graphviz plugins first.

    Open a terminal in administrator mode and run dot -c. (This assumes that the graphviz binaries are in your path)

    0 讨论(0)
  • 2021-01-17 21:28

    I had the same problem, I solved it by installing version 2.38 instead of 2.44 https://www2.graphviz.org/Packages/stable/windows/10/msbuild/Release/Win32/

    0 讨论(0)
提交回复
热议问题