본문 바로가기

오류 해결 방법/파이썬(Python)

You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work.

If the error as below occurs,

 

You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work.

 

 

You should install below,

 

pip install pydot
pip install pydotplus
pip install graphviz

 

 

만약 위의 코드로도 실행이 되지 않는다면, 아래의 홈페이지에 들어가서 exe 파일을 다운로드 하고 실행시켜준다.

 

https://graphviz.gitlab.io/download/

 

Download

Graph Visualization Software

graphviz.org

 

실행시킨 후에 시스템 환경 변수 편집에 들어가서 graphviz의 환경변수를 추가해준다.

먼저, 사용자 변수는 아래와 같이 추가한다.

 

다음으로, 시스템 변수는 아래와 같이 추가해주고 재실행하면 작동이 된다.