- ExecutableNotFound: failed to execute WindowsPath('dot'), make sure the Graphviz executables are on your systems' PATH Output is truncated.
- ModuleNotFoundError: No module named ‘graphviz’
아나콘다 가상환경에서 위와 같은 에러가 뜨면 홈페이지에서 다운했던 파일, 환경 변수 세팅했던거 다 원래대로 해놓고 아래 명령어 두 줄을 실행하면 됨
conda install -c anaconda python-graphviz
conda install -c anaconda pydot
아래 출처에 들어가면 Mac 버전도 있음
출처 :
https://pyihub.org/no-module-named-graphviz/
ModuleNotFoundError: No module named 'graphviz' - PyiHub
ModuleNotFoundError: No module named 'graphviz' can be solved by either updating the graphviz module or installing it on our system.
pyihub.org
'꿀팁' 카테고리의 다른 글
python 3.12에서 kss 한국어 문장분리기 설치 에러 (0) | 2025.04.10 |
---|---|
NLTK 설치 실패 해결 LookupError:Resource punkt_tab not found. 에러 (0) | 2025.04.09 |
M1 OSError: [Errno 0] JVM DLL not found 에러 / JAVA_HOME 경로 설정 / libjli.dylib (0) | 2023.09.12 |
m1 맥북에서 python3.7 설치하고 싶은 사람~ (+Mecab mac,win 설치법) (2) | 2023.09.05 |