Am 10.09.19 um 23:07 schrieb redBlackTree: > Hello, thanks for your prompt reply. > > The command you provided worked, but the problem is that any new environment > I create on AWS will get deleted every time when I restart the notebook > instance. I need to install it in one of the default environments. For > example, if I install it in tensorflow_p36 using 'conda install -c > conda-forge graph-tool', it stuck at solving environment step forever... > > (tensorflow_p36) sh-4.2$ conda install -c conda-forge graph-tool > Solving environment: - > > Do you know why it got stuck? > > I also tried installing it in one of the environments on my linux machine > using 'conda install -c conda-forge graph-tool', but got a bunch of package > conflicts.
The correct forum for these questions is the conda-forge graph-tool project: https://github.com/conda-forge/graph-tool-feedstock Best, Tiago -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
