cvxgrp / pymde

Minimum-distortion embedding with PyTorch
https://pymde.org
Apache License 2.0
526 stars 27 forks source link

Incorrect conda command on installation page #60

Closed angeris closed 2 years ago

angeris commented 2 years ago

Heya! I think the command on the Installation page is currently

conda install -c pytorch conda-forge pymde

but the channel should be immediately after the -c flag (and should prioritize the PyTorch channel)

conda install -c pytorch -c conda-forge pymde

Otherwise it fails with the following message:

guille@guille-mbp ~> conda install -c pytorch conda-forge pymde                                              (pymde) 
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:

  - pymde
  - conda-forge

Current channels:

  - https://conda.anaconda.org/pytorch/osx-64
  - https://conda.anaconda.org/pytorch/noarch
  - https://repo.anaconda.com/pkgs/main/osx-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-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.

Thanks!

angeris commented 2 years ago

closed by commit 7a5b9d3d10f0fa1070701b1dc9861475a82918ea