I tried to install graphviz
on anaconda after getting error:
Exception: "dot" not found in path.
So I did conda install graphviz
, but received this error in the terminal:
UnsatisfiableError: The following specifications were found to be in conflict:
- fontconfig
- freexl
- graphviz
Use
conda info <package>
to see the dependencies for each package.