I downloaded Graphviz 2.38 MSI version and installed under folder C:\\Python34, then I run pip install Graphviz, everything went well.
Graphviz 2.38
C:\\Python34
pip install Graphviz
import os os.environ["PATH"] += os.pathsep + "/Macintosh HD/anaconda3/lib/python3.7/site-packages/sphinx/templates/graphviz"
This solved the PATH issue on MAC for me!