I\'m having trouble running Python\'s pydot on Windows 7.
I installed pydot with: conda install -c rmg pydot=1.2.2
I have graphviz installed under
Don't use the following command if you are on Python 3:
conda install pydot-ng
This will take your installation to Python 2.7
Use instead
conda install graphviz
In this kind of cases, when resources are not found by programs on your system, follow these quick steps:
If it's not working... you mistyped something =)
Some advices: Rapid Environment Editor is pretty cool for configuring windows environment variables ;)
Have a nice day!