I am trying to follow this bit from scikit-learn about building a decision tree with graphviz.
When i started
(datasci)benjamins-MacBook-Pro-2:Scripts Ben$ dot -Tpdf iris.dot -o iris.pdf
The following error message appears
dyld: library not loaded: /usr/lib/libltdl.7.dylib
Link from: // anaconda / envs / datasci / bin / dot Reason: image not
found trap Trace / BPT: 5
There is definitely a file in my working directory with the name "iris.dot", so I'm not sure why I get the error "image not found". Any suggestions?
Features: Mac OSX 10.11.1, Anaconda Virtual Environment with 2.38.0 GUI
source
share