skoch9 / meshplot

Plot 3D triangle meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install using conda

Sentient07 opened this issue · comments

Hello, I'm trying to install meshplot using conda and it fails as below. However, it did work on my other machine a few weeks ago.

$ conda install meshplot
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  - meshplot

Current channels:

  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

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.

Hi, meshplot is only available from the conda-forge channel, so you need to install it with
conda install -c conda-forge meshplot

Hi,

Thanks. I think it'd be a lot helpful if you can update it on the docs as well. I can confirm this works, so closing this issue.