macaodha / batdetect2

Other
53 stars 10 forks source link

Can't install packages via conda #1

Closed ccharp closed 1 year ago

ccharp commented 1 year ago

Following the steps in the readme, when I get to:

conda install --file requirements.txt

I get:

(batdetect2) vscode ➜ /workspaces/bat-detector-msds (build-refactor) $ conda install --file requirements.txt   

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:

  - torchaudio==0.13.0
  - scikit_learn==1.2.0
  - torch==1.13.0

Current channels:

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

I was able to install with pip, but no conda. Seems some of these packages to not exist on Anaconda.

macaodha commented 1 year ago

Thanks for the heads up.