

from ee import DecisionTreeClassifierįrom import StringIOĭf = pd.DataFrame(iris.data, columns = iris.feature_names) The code I'm trying to run is simply a dot-to-png converter for the Iris Dataset. msi package (and also tried to install pydot, pydotplus and graphviz in many different orders). I've tried to install GraphViz via 2 different ways: via pip install graphviz and through the. Lambda f=frmt, prog=self.prog: self.create(format=f, prog=prog)įile "/home/philippe/.local/lib/python3.6/site-packages/pydotplus/graphviz.py", line 1960, in create The error seems to come from lines that were described in answer: Traceback (most recent call last):įile "/home/philippe/.local/lib/python3.6/site-packages/pydotplus/graphviz.py", line 1797, in However, I've been experiencing a similar - if not the same - error in my current setup even while using a virtual environment with pipenv. I'm using Ubuntu now so I won't be able to reproduce the exact same error I got in the past (a year ago, so far away in the past.). Basically the error is: GraphViz's Executables not foundĮDIT: I had not posted a terminal log with the error originally. I've been trying to make these packages work for quite some time now but with no success.
