scvi-tools icon indicating copy to clipboard operation
scvi-tools copied to clipboard

Issues installing recommended packages

Open bykovam opened this issue 1 month ago • 3 comments

I'm trying to follow installation requirements and recommendations for scvi-tools, and I'm installing packages within Anaconda Prompt on a Windows system. The readout as as follows when trying to run "conda install jax jaxlib -c conda-forge"

(Scvi_Tools_V_05_15_2024) C:\Users\BYKOVAM>conda install jax jaxlib -c conda-forge Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

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

  • jaxlib

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
  • https://conda.anaconda.org/bioconda/win-64
  • https://conda.anaconda.org/bioconda/noarch

In addition, running "conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia" produces

Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

bykovam avatar May 15 '24 19:05 bykovam