Hi all, I wanted to install graph-tool to my AWS sagemaker notebook. I have tried all installers available on anaconda.org, but none worked... Please see one examples below: Example: conda install -n python3 -c ostrokach-forge/label/dev graph-tool Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - graph-tool - cairomm - graph-tool - cgal=4.11 - graph-tool - sparsehash Current channels: - https://conda.anaconda.org/ostrokach-forge/label/dev/linux-64 - https://conda.anaconda.org/ostrokach-forge/label/dev/noarch - https://repo.anaconda.com/pkgs/main/linux-64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/free/linux-64 - https://repo.anaconda.com/pkgs/free/noarch - https://repo.anaconda.com/pkgs/r/linux-64 - https://repo.anaconda.com/pkgs/r/noarch - https://repo.anaconda.com/pkgs/pro/linux-64 - https://repo.anaconda.com/pkgs/pro/noarch Which channels do I need to add to solve this issue? Thank you! -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
There is now graph-tool package available on conda-forge. Could you try removing the ostrokach-forge channel from your .condarc file and running: conda create -n graph-tool -c conda-forge graph-tool On Mon, Sep 9, 2019, 7:27 PM redBlackTree <ray.mah.us@gmail.com> wrote:
Hi all,
I wanted to install graph-tool to my AWS sagemaker notebook. I have tried all installers available on anaconda.org, but none worked... Please see one examples below:
Example: conda install -n python3 -c ostrokach-forge/label/dev graph-tool
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- graph-tool - cairomm - graph-tool - cgal=4.11 - graph-tool - sparsehash
Current channels:
- https://conda.anaconda.org/ostrokach-forge/label/dev/linux-64 - https://conda.anaconda.org/ostrokach-forge/label/dev/noarch - https://repo.anaconda.com/pkgs/main/linux-64 - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/free/linux-64 - https://repo.anaconda.com/pkgs/free/noarch - https://repo.anaconda.com/pkgs/r/linux-64 - https://repo.anaconda.com/pkgs/r/noarch - https://repo.anaconda.com/pkgs/pro/linux-64 - https://repo.anaconda.com/pkgs/pro/noarch
Which channels do I need to add to solve this issue?
Thank you!
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ _______________________________________________ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
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. Thanks! -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
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 <tiago@skewed.de>
Hi, I have the same problem. Did you ever find a solution, redBlackTree? I have been going through every option in https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions and so far none of them have worked. -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
participants (4)
-
Alexey Strokach -
redBlackTree -
sam -
Tiago de Paula Peixoto