neat-python
neat-python copied to clipboard
Issue with visualize.py; Error with graphviz
I'm sure this error has been brought up but whenever I run an example i.e. xor evolve-feedforward.py, there appears to be an error with the visualize program in that the error "graphviz.backend.executable not found" appears and it seems to stop it from executing.
Is there a solution for this?
Also running windows 7 64-bit, if that has any relevance.
@eshangray - you may wish to try out some other programs using graphviz, particularly any demos that come with it like dot.exe
- see this link and possibly this link.
@eshangray, take a look at this closed issue https://github.com/CodeReclaimers/neat-python/issues/40 at the end, there is solution how to setup graphviz on windows machine.
It seems the problem has been fixed. I assume that altering the PATH did the trick. Thanks.
This has been resolved. @admins Kindly close.