DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

AttributeError: 'module' object has no attribute 'graphviz' on Windows 10

Open hiperz opened this issue 7 years ago • 4 comments

image

hiperz avatar Jun 27 '17 20:06 hiperz

finally, I found solution.. removed pydot and pydot-ng

just installed pydotplus

> pip install pydotplus

it works fine now in Windows

hiperz avatar Jul 09 '17 15:07 hiperz

Worked for me too. Thanks!

kimz95 avatar Dec 10 '17 13:12 kimz95

Kudos. That fixed my problem too!

LeitchP avatar Jul 20 '18 13:07 LeitchP

I am getting the same error:

AttributeError: module 'graphviz.backend' has no attribute 'ENCODING'

Sshashank0743 avatar Jul 03 '22 16:07 Sshashank0743