graphviz 오류1 [오류 해결] ExecutableNotFound: failed to execute ['dot', '-Kdot', '-Tsvg'], make sure the Graphviz executables are on your systems' PATH 안녕하세요~ 꽁냥이에요. 꽁냥이는 요즘 graphvis 사용법을 배우고 있는데요. pip install graphviz를 실행하여 설치만 하면 되는 줄 알았는데 아니더라고요. 저 같은 경우 아래 코드를 실행했는데 오류가 났어요. ㅠ.ㅠ dot = Digraph(comment='Test') dot.node('A') dot.node('B') dot.node('C') dot.edge('A','B') dot - 오류 내용 - ExecutableNotFound: failed to execute ['dot', '-Kdot', '-svg'], make sure the Graphviz executables are on your systems' PATH 구글에서 확인해보니 해당 오류는 graphviz 설치 파일을 받아서.. 2021. 6. 2. 이전 1 다음