I am trying to get the fast-autocomplete library to work. I have a virtualenv
with Python 3.6
installed for this. Everything else works but when I am trying to visualize the graph, I keep getting the following error:
File "/Users/rishi/code/search-env/lib/python3.6/site-packages/pygraphviz/agraph.py", line 1569, in _which
raise ValueError("No prog %s in path." % name)
ValueError: No prog dot in path.
I have already installed the following:
I am on OSx Mojave. What am I missing?