Closed mondeg0 closed 4 years ago
I have the same err in colab, so how did you solve it
No, unfortunately I didn't manage to solve the issue... I'm waiting for an answer here =)
I got the same error with you, looking for a solution
@lasp73 has proposed a pull request with a fix, I'm waiting this to be pushed to the master to test again.
I have the same error.
I solved this by installing Graphviz2.38 in win10. You not only to "conda install graphviz", but also you need to download the msi file from https://graphviz.gitlab.io/_pages/Download/Download_windows.html and install it. Then you need to add its bin path to your environment path. Then change the pydot.py in your python package. From "self.prog = 'dot'" to "self.prog = 'dot.exe'".
Thank you
------------------ 原始邮件 ------------------ 发件人: "qiang92"<notifications@github.com>; 发送时间: 2019年12月12日(星期四) 中午12:47 收件人: "microsoft/tensorwatch"<tensorwatch@noreply.github.com>; 抄送: "罗韬"<454230747@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [microsoft/tensorwatch] Issue with draw model (#50)
I solved this by installing Graphviz2.38 in win10. not conda install graphviz. You need to download the msi file from https://graphviz.gitlab.io/_pages/Download/Download_windows.html and install it. The add its bin path to environment path. Then change the pydot.py in your environment. From "self.prog = 'dot'" to "self.prog = 'dot.exe'".
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello,
I've just installed tensorwatch and try to reproduce the example :
and unfortunately I'm gettind the following error :
My versions are:
I also try to run the given example on google colab and it raises the same error...
Maybe the error comes from my version of IPython ?