You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the notebooks, I encountered errors when generating diagrams. Specifically, I saw the following:
FileNotFoundError: [Errno 2] "dot" not found in path.
Comments elsewhere indicate that graphviz needs to be installed system-wide (e.g., brew install graphviz) rather than installed via pip. Installing with brew fixed the issue in my case.
Should this be noted in documentation? Should dependency lists be refined elsewhere?
The text was updated successfully, but these errors were encountered:
CBroz1
transferred this issue from datajoint/workflow-array-ephys
May 5, 2022
CBroz1
changed the title
Additional graphviz installation steps for dj.Diagram()
Install.md: Additional graphviz installation steps for dj.Diagram()May 5, 2022
Following the notebooks, I encountered errors when generating diagrams. Specifically, I saw the following:
Comments elsewhere indicate that
graphviz
needs to be installed system-wide (e.g.,brew install graphviz
) rather than installed viapip
. Installing withbrew
fixed the issue in my case.Should this be noted in documentation? Should dependency lists be refined elsewhere?
The text was updated successfully, but these errors were encountered: