python-glmnet icon indicating copy to clipboard operation
python-glmnet copied to clipboard

installing issue on Windows 10

Open hellojinwoo opened this issue 2 years ago • 0 comments

On Windows 10 cmd, I typed the following command conda install -c conda-forge glmnet

But the error message says

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

  - glmnet

Current channels:

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

hellojinwoo avatar Sep 08 '21 06:09 hellojinwoo