简体   繁体   中英

Azure ML ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your systems' PATH

I am using LightGBM in Azure ML Jupyter notebooks, it works fine and I also installed graphviz.

However this line:

lgb.plot_tree(clf, tree_index = 1, figsize=(20,12))

throws this error:

ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your systems' PATH

Common problem (very common). There are two systems named Graphviz, and you need both! see I'm getting this issue when trying to run the code I found on GitHub. Pydot and graphivz are installed but still getting this error

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM