GraphViz's executables not found

sir i am getting error “GraphViz’s executables not found” even after installing graphviz by pip install graphviz.help me to remove it

A possible source of this problem might be not adding the executable to the path variable.

Try adding C:\Users\username\Anaconda3\Library\bin\graphviz (modify this path according to your system) to the PATH environment variable.

To modify PATH goto Control Panel > System and Security > System > Advanced System Settings > Environment Variables > Path > Edit > New

If you’re on Ubuntu, a simple sudo apt-get install graphviz might solve the problem.

Hope this helps!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.