skoch9 / meshplot

Plot 3D triangle meshes
GNU General Public License v3.0
148 stars 37 forks source link

Unable to install using conda #35

Closed Sentient07 closed 3 years ago

Sentient07 commented 3 years ago

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.
skoch9 commented 3 years ago

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

Sentient07 commented 3 years ago

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.