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
Javascript and npm are not my regular tools, so sorry if this is trivial...
From macOS Sonoma 14.3 following the installation, in a python activated environment containing OAK and then running, e.g.: runoak -i ubergraph: viz CL:4023094
would give /bin/sh: dot: command not found
Running which og2dot
gave SomePath/.nvm/versions/node/v22.9.0/bin/og2dot
In the end, somehow magically solved by running (being on mac) brew install graphviz
The text was updated successfully, but these errors were encountered:
Javascript and npm are not my regular tools, so sorry if this is trivial...
From macOS Sonoma 14.3 following the installation, in a python activated environment containing OAK and then running, e.g.:
runoak -i ubergraph: viz CL:4023094
would give
/bin/sh: dot: command not found
Running
which og2dot
gave
SomePath/.nvm/versions/node/v22.9.0/bin/og2dot
In the end, somehow magically solved by running (being on mac)
brew install graphviz
The text was updated successfully, but these errors were encountered: