I am trying to install the GraphViz plugin on Protege. First I install the Graphviz2.36 package, but it does not work. Then I used brew install graphviz , I got this error Warning: graphviz-2.38.0_1 already installed, it just not linked . So I used brew link graphviz , but I got this error
Error: could not bind bin / acyclic
Target / usr / local / bin / acyclic
already exists. You can remove it:
rm '/ usr / local / bin / acyclic'
because of this, I used brew link --overwrite graphviz , which received this error:
Error: failed to enable symlink / graphviz / arith.h / usr / local / include / graphviz is not writable.
Does anyone know how I can fix this problem?
source share