CS/python
python graphviz 설치 오류
judy@
2023. 7. 24. 14:09
오류 메시지
ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your systems' PATH
해결 방법
os 별로 공식 홈페이지에서 권장하는 방법으로 graphviz를 설치한다. 나의 경우 OSX에 설치하므로 homebrew 를 활용하여 설치함
$ brew install graphviz
그러면 오류가 안날 것!
반응형