I've tried to install graph-tool via anaconda for python 2.7:
conda install -c kristanarmstrong graph-tool
I got the following error:
UnsatisfiableError: The following specifications were found to be in conflict:
- graph-tool
Use "conda info <package>" to see the dependencies for each package.
Also I have tried:
conda install -c jithinpr2 graph-tool
conda install graph-tool
conda remove graph-tool
This hasn't worked as well.
Previously this package hasn't been installed.
Are there any thoughts what is wrong in my approach?