conda-forge / graph-tool-feedstock

A conda-smithy repository for graph-tool.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

PackagesNotFoundError: The following packages are not available from current channels #108

Closed juuliaholz closed 1 year ago

juuliaholz commented 1 year ago

Hi,

I am trying to install the graph tool package via conda. I already created a new environment and added the conda forge channels.

But whenever I try to install the package with conda install -c conda-forge graph-tool I receive the following error:

PackagesNotFoundError: The following packages are not available from current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

stuarteberg commented 1 year ago

Please tell us about your platform and conda installation by running the following commands and pasting the output into this thread:

conda info

and

conda list

(Ideally, place the output in a <details></details> block to avoid cluttering this page.)