mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.79k stars 348 forks source link

libmamba solver failure example #3294

Open OverLordGoldDragon opened 4 months ago

OverLordGoldDragon commented 4 months ago

Troubleshooting docs

Anaconda default channels

How did you install Mamba?

Mambaforge or latest Miniforge

Search tried in issue tracker

libmamba incorrect

Latest version of Mamba

Tried in Conda?

I do not have this problem with Conda, just with Mamba

Describe your issue

mamba install pytorch==2.3.0 pytorch-cuda=12.1 -c pytorch -c nvidia works with conda in my environment. mamba itself works on a fresh environment, installing pytorch 2.3.0 with pytorch-cuda 12.1.

The problem I'm reporting is

   ├─ pytorch 2.3.0 would require
   │  └─ pytorch-cuda >=11.8,<11.9 , which conflicts with any installable versions previously reported;

mamba info / micromamba info

(genenv) C:\Users\overl>mamba info

          mamba version : 1.5.8
     active environment : genenv
    active env location : C:\Users\overl\.conda\envs\genenv
            shell level : 2
       user config file : C:\Users\overl\.condarc
 populated config files : D:\miniforge3\.condarc
                          C:\Users\overl\.condarc
          conda version : 24.1.2
    conda-build version : not installed
         python version : 3.10.13.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=x86_64
                          __conda=24.1.2=0
                          __cuda=12.3=0
                          __win=0=0
       base environment : D:\miniforge3  (read only)
      conda av data dir : D:\miniforge3\etc\conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : D:\miniforge3\pkgs
                          C:\Users\overl\.conda\pkgs
                          C:\Users\overl\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\overl\.conda\envs
                          D:\miniforge3\envs
                          C:\Users\overl\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/24.1.2 requests/2.31.0 CPython/3.10.13 Windows/10 Windows/10.0.22631 solver/libmamba conda-libmamba-solver/23.12.0 libmambapy/1.5.8
          administrator : False
             netrc file : None
           offline mode : False

Logs

Worked:

expand ```shell (genenv) C:\Users\overl>conda install pytorch==2.3.0 pytorch-cuda=12.1 -c pytorch -c nvidia Retrieving notices: ...working... done Channels: - pytorch - nvidia - conda-forge Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE done ==> WARNING: A newer version of conda exists. <== current version: 24.1.2 latest version: 24.4.0 Please update conda by running $ conda update -n base -c conda-forge conda ## Package Plan ## environment location: C:\Users\overl\.conda\envs\genenv added / updated specs: - pytorch-cuda=12.1 - pytorch==2.3.0 The following packages will be downloaded: package | build ---------------------------|----------------- blas-1.0 | mkl 1 KB conda-forge libblas-3.9.0 |1_h8933c1f_netlib 193 KB conda-forge libcblas-3.9.0 |5_hd5c7e75_netlib 95 KB conda-forge liblapack-3.9.0 |5_hd5c7e75_netlib 2.7 MB conda-forge liblapacke-3.9.0 |5_hd5c7e75_netlib 723 KB conda-forge mkl-2023.1.0 | h6a75c08_48682 137.2 MB conda-forge mkl-devel-2023.1.0 | h57928b3_48683 4.8 MB conda-forge mkl-include-2023.1.0 | h6a75c08_48682 752 KB conda-forge pytorch-2.3.0 |py3.12_cuda12.1_cudnn8_0 1.20 GB pytorch torchaudio-2.3.0 | py312_cu121 7.2 MB pytorch torchvision-0.18.0 | py312_cu121 7.9 MB pytorch ------------------------------------------------------------ Total: 1.36 GB The following packages will be REMOVED: blas-devel-3.9.0-21_win64_mkl The following packages will be UPDATED: openssl 3.2.1-hcfcfb64_1 --> 3.3.0-hcfcfb64_0 pytorch 2.2.1-py3.12_cuda12.1_cudnn8_0 --> 2.3.0-py3.12_cuda12.1_cudnn8_0 torchaudio 2.2.1-py312_cu121 --> 2.3.0-py312_cu121 torchvision 0.17.1-py312_cu121 --> 0.18.0-py312_cu121 The following packages will be DOWNGRADED: blas 2.121-mkl --> 1.0-mkl libblas 3.9.0-21_win64_mkl --> 3.9.0-1_h8933c1f_netlib libcblas 3.9.0-21_win64_mkl --> 3.9.0-5_hd5c7e75_netlib liblapack 3.9.0-21_win64_mkl --> 3.9.0-5_hd5c7e75_netlib liblapacke 3.9.0-21_win64_mkl --> 3.9.0-5_hd5c7e75_netlib mkl 2024.0.0-h66d3029_49657 --> 2023.1.0-h6a75c08_48682 mkl-devel 2024.0.0-h57928b3_49657 --> 2023.1.0-h57928b3_48683 mkl-include 2024.0.0-h66d3029_49657 --> 2023.1.0-h6a75c08_48682 Proceed ([y]/n)? n ```

Didn't work:

expand ```shell (genenv) C:\Users\overl>mamba -v install pytorch==2.3.0 pytorch-cuda=12.1 -c pytorch -c nvidia Looking for: ['pytorch==2.3.0', 'pytorch-cuda=12.1'] warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\86828951.json" was modified by another program pytorch/win-64 (check zst) Checked 0.2s warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\edb1952f.json" was modified by another program pytorch/noarch (check zst) Checked 0.1s warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\bdf32ab2.json" was modified by another program nvidia/win-64 (check zst) Checked 0.1s warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\b121c3e7.json" was modified by another program nvidia/noarch (check zst) Checked 0.1s warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\5afe41e9.json" was modified by another program warning libmamba Cache file "C:\\Users\\overl\\.conda\\pkgs\\cache\\09cdf8bf.json" was modified by another program pytorch/noarch 11.1kB @ 99.1kB/s 0.1s pytorch/win-64 154.5kB @ 1.2MB/s 0.3s nvidia/noarch 5.1kB @ 39.3kB/s 0.3s nvidia/win-64 128.0kB @ 410.1kB/s 0.4s conda-forge/noarch 14.5MB @ 1.8MB/s 9.7s conda-forge/win-64 22.0MB @ 1.8MB/s 13.7s Pinned packages: - python 3.12.* warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE Could not solve for environment specs The following packages are incompatible ├─ blas-devel is installable with the potential options │ ├─ blas-devel 3.9.0 would require │ │ └─ libblas 3.9.0 21_win64_mkl, which requires │ │ └─ mkl 2024.0.0 h66d3029_49657, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.15 blis, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.15 mkl, which requires │ │ └─ libblas 3.8.0 15_mkl, which requires │ │ └─ mkl 2020.0 166, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.15 openblas, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.16 blis, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.16 mkl, which requires │ │ └─ libblas 3.8.0 16_mkl, which requires │ │ └─ mkl 2020.1 216, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.16 openblas, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.17 openblas, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.18 mkl, which requires │ │ └─ libblas 3.8.0 18_mkl, which requires │ │ └─ mkl 2020.2 256, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.8.0 would require │ │ └─ blas [2.19 mkl|2.20 mkl], which requires │ │ └─ libblas [3.8.0 19_mkl|3.8.0 20_mkl], which requires │ │ └─ mkl >=2020.2,<2021.0a0 256, which does not exist (perhaps a missing channel); │ ├─ blas-devel [3.8.0|3.9.0] would require │ │ ├─ blas [2.106 mkl|2.21 mkl], which requires │ │ │ └─ libblas [3.8.0 21_mkl|3.9.0 5_mkl|3.9.0 6_mkl|3.9.0 7_mkl|3.9.0 8_mkl], which requires │ │ │ └─ mkl [2020.4 hb70f87d_311|>=2020.4,<2021.0a0 hb70f87d_311], which can be installed; │ │ └─ mkl >=2020.4,<2021.0a0 , which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.14 blis, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.14 mkl, which requires │ │ └─ libblas [3.8.0 11_mkl|3.8.0 12_mkl|3.8.0 13_mkl|3.8.0 14_mkl], which requires │ │ └─ mkl 2019.4 245, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.14 openblas, which can be installed; │ ├─ blas-devel 3.8.0 would require │ │ └─ blas 2.7 netlib, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.0 blis, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.0 openblas, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ libcblas [3.9.0 10_blis|3.9.0 11_win64_blis|...|3.9.0 9_blis], which requires │ │ └─ blas * blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ mkl >=2021.3.0,<2022.0a0 , which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ liblapacke [3.9.0 10_openblas|3.9.0 11_win64_openblas|...|3.9.0 9_openblas], which requires │ │ └─ blas * openblas, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ mkl >=2021.4.0,<2022.0a0 , which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ mkl-devel 2022.0.* , which requires │ │ └─ mkl 2022.0.0 h0e2418a_796, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ ├─ libblas [3.9.0 17_win64_mkl|3.9.0 18_win64_mkl], which requires │ │ │ └─ mkl 2022.1.0 h6a75c08_874, which can be installed; │ │ └─ mkl-devel 2022.1.* , which requires │ │ └─ mkl 2022.1.0 h6a75c08_874, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.1 blis, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.1 openblas, which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.2 blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.2 openblas, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.3 blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.3 openblas, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.4 blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.4 mkl, which requires │ │ └─ libblas 3.8.0 4_mkl, which requires │ │ └─ mkl 2019.1.* , which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ blas [2.4 openblas|2.5 openblas], which requires │ │ └─ libblas [3.8.0 4_openblas|3.8.0 5_openblas], which requires │ │ └─ openblas 0.3.5.* , which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.5 blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.5 mkl, which requires │ │ └─ libblas [3.8.0 5_mkl|3.8.0 6_mkl|3.8.0 7_mkl|3.8.0 8_mkl], which requires │ │ └─ mkl >=2019.0,<2020.0a0 , which does not exist (perhaps a missing channel); │ ├─ blas-devel 3.9.0 would require │ │ └─ libblas 3.9.0 5_hd5c7e75_netlib, which requires │ │ └─ blas * netlib, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.106 blis, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.106 openblas, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ mkl >=2021.2.0,<2022.0a0 , which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ blas 2.0 netlib, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ libblas 3.9.0 19_win64_mkl, which requires │ │ └─ mkl 2023.2.0 h6a75c08_50496, which can be installed; │ ├─ blas-devel 3.9.0 would require │ │ └─ libblas 3.9.0 20_win64_mkl, which requires │ │ └─ mkl 2023.2.0 h6a75c08_50497, which can be installed; │ └─ blas-devel 3.9.0 would require │ └─ libblas 3.9.0 22_win64_mkl, which requires │ └─ mkl 2024.1.0 h66d3029_692, which can be installed; ├─ pytorch-cuda 12.1** is requested and can be installed; └─ pytorch 2.3.0 is installable with the potential options ├─ pytorch 2.3.0 would require │ ├─ blas * mkl with the potential options │ │ ├─ blas 1.0 conflicts with any installable versions previously reported; │ │ ├─ blas [2.105|2.106|2.107|2.108|2.21], which can be installed (as previously explained); │ │ ├─ blas 2.121 would require │ │ │ └─ libblas 3.9.0 21_win64_mkl, which can be installed (as previously explained); │ │ ├─ blas 2.10 would require │ │ │ └─ libblas 3.8.0 10_mkl, which requires │ │ │ └─ mkl 2019.3 203, which does not exist (perhaps a missing channel); │ │ ├─ blas 2.109 would require │ │ │ └─ libblas 3.9.0 9_mkl, which requires │ │ │ └─ mkl 2021.2.0 hb70f87d_389, which can be installed; │ │ ├─ blas [2.11|2.12|2.13|2.14], which cannot be installed (as previously explained); │ │ ├─ blas [2.110|2.111] would require │ │ │ └─ libblas [3.9.0 10_mkl|3.9.0 11_win64_mkl], which requires │ │ │ └─ mkl 2021.3.0 hb70f87d_564, which can be installed; │ │ ├─ blas 2.112 would require │ │ │ └─ libblas 3.9.0 12_win64_mkl, which requires │ │ │ └─ mkl 2021.4.0 h0e2418a_729, which can be installed; │ │ ├─ blas [2.113|2.114] would require │ │ │ └─ libblas [3.9.0 13_win64_mkl|3.9.0 14_win64_mkl], which requires │ │ │ └─ mkl 2022.0.0 h0e2418a_796, which can be installed; │ │ ├─ blas [2.115|2.116|2.117|2.118] would require │ │ │ └─ libblas [3.9.0 15_win64_mkl|3.9.0 16_win64_mkl|3.9.0 17_win64_mkl|3.9.0 18_win64_mkl], which can be installed (as previously explained); │ │ ├─ blas 2.15, which cannot be installed (as previously explained); │ │ ├─ blas 2.16, which cannot be installed (as previously explained); │ │ ├─ blas 2.18, which cannot be installed (as previously explained); │ │ ├─ blas [2.19|2.20], which cannot be installed (as previously explained); │ │ ├─ blas 2.4, which cannot be installed (as previously explained); │ │ ├─ blas [2.5|2.6|2.7|2.8], which cannot be installed (as previously explained); │ │ ├─ blas 2.9 would require │ │ │ └─ libblas 3.8.0 9_mkl, which requires │ │ │ └─ mkl >=2019.3,<2020.0a0 203, which does not exist (perhaps a missing channel); │ │ ├─ blas 2.119 would require │ │ │ └─ libblas 3.9.0 19_win64_mkl, which can be installed (as previously explained); │ │ ├─ blas 2.120 would require │ │ │ └─ libblas 3.9.0 20_win64_mkl, which can be installed (as previously explained); │ │ └─ blas 2.122 would require │ │ └─ libblas 3.9.0 22_win64_mkl, which can be installed (as previously explained); │ └─ mkl 2023.1.* , which conflicts with any installable versions previously reported; ├─ pytorch 2.3.0 would require │ └─ python >=3.10,<3.11.0a0 , which can be installed; ├─ pytorch 2.3.0 would require │ └─ python >=3.11,<3.12.0a0 , which can be installed; ├─ pytorch 2.3.0 would require │ └─ pytorch-cuda >=11.8,<11.9 , which conflicts with any installable versions previously reported; ├─ pytorch 2.3.0 would require │ └─ python >=3.8,<3.9.0a0 , which can be installed; └─ pytorch 2.3.0 would require └─ python >=3.9,<3.10.0a0 , which can be installed. ```

environment.yml

expand ```yaml name: genenv channels: - pytorch - nvidia - conda-forge dependencies: - alabaster=0.7.16=pyhd8ed1ab_0 - arrow=1.3.0=pyhd8ed1ab_0 - astroid=3.1.0=py312h2e8e312_0 - asttokens=2.4.1=pyhd8ed1ab_0 - atomicwrites=1.4.1=pyhd8ed1ab_0 - attrs=23.2.0=pyh71513ae_0 - audioread=3.0.1=py312h2e8e312_1 - autopep8=2.0.4=pyhd8ed1ab_0 - babel=2.14.0=pyhd8ed1ab_0 - bcrypt=4.1.2=py312hfccd98a_0 - beautifulsoup4=4.12.3=pyha770c72_0 - binaryornot=0.4.4=py_1 - black=24.2.0=py312h2e8e312_0 - blas=2.121=mkl - blas-devel=3.9.0=21_win64_mkl - bleach=6.1.0=pyhd8ed1ab_0 - brotli=1.1.0=hcfcfb64_1 - brotli-bin=1.1.0=hcfcfb64_1 - brotli-python=1.1.0=py312h53d5487_1 - bzip2=1.0.8=hcfcfb64_5 - ca-certificates=2024.2.2=h56e8100_0 - cairo=1.18.0=h1fef639_0 - certifi=2024.2.2=pyhd8ed1ab_0 - cffi=1.16.0=py312he70551f_0 - chardet=5.2.0=py312h2e8e312_1 - charset-normalizer=3.3.2=pyhd8ed1ab_0 - click=8.1.7=win_pyh7428d3b_0 - cloudpickle=3.0.0=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_0 - comm=0.2.2=pyhd8ed1ab_0 - contourpy=1.2.0=py312h0d7def4_0 - cookiecutter=2.6.0=pyhca7485f_0 - cryptography=42.0.5=py312h1f4a190_0 - cuda-cccl=12.4.99=0 - cuda-cudart=12.1.105=0 - cuda-cudart-dev=12.1.105=0 - cuda-cupti=12.1.105=0 - cuda-libraries=12.1.0=0 - cuda-libraries-dev=12.1.0=0 - cuda-nvrtc=12.1.105=0 - cuda-nvrtc-dev=12.1.105=0 - cuda-nvtx=12.1.105=0 - cuda-opencl=12.4.99=0 - cuda-opencl-dev=12.4.99=0 - cuda-profiler-api=12.4.99=0 - cuda-runtime=12.1.0=0 - cuda-version=12.4=h3060b56_3 - cupy=13.0.0=py312h00e393b_3 - cupy-core=13.0.0=py312h0c45704_3 - cycler=0.12.1=pyhd8ed1ab_0 - cython=3.0.9=py312h53d5487_0 - debugpy=1.8.1=py312h53d5487_0 - decorator=5.1.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - diff-match-patch=20230430=pyhd8ed1ab_0 - dill=0.3.8=pyhd8ed1ab_0 - docstring-to-markdown=0.15=pyhd8ed1ab_0 - docutils=0.20.1=py312h2e8e312_3 - entrypoints=0.4=pyhd8ed1ab_0 - exceptiongroup=1.2.0=pyhd8ed1ab_2 - executing=2.0.1=pyhd8ed1ab_0 - expat=2.6.2=h63175ca_0 - fastrlock=0.8.2=py312h53d5487_2 - filelock=3.13.1=pyhd8ed1ab_0 - flake8=7.0.0=pyhd8ed1ab_0 - font-ttf-dejavu-sans-mono=2.37=hab24e00_0 - font-ttf-inconsolata=3.000=h77eed37_0 - font-ttf-source-code-pro=2.038=h77eed37_0 - font-ttf-ubuntu=0.83=h77eed37_1 - fontconfig=2.14.2=hbde0cde_0 - fonts-conda-ecosystem=1=0 - fonts-conda-forge=1=0 - fonttools=4.49.0=py312he70551f_0 - freetype=2.12.1=hdaf720e_2 - fribidi=1.0.10=h8d14728_0 - fsspec=2024.2.0=pyhca7485f_0 - getopt-win32=0.1=hcfcfb64_1 - gettext=0.21.1=h5728263_0 - glib=2.80.0=h39d0aa6_0 - glib-tools=2.80.0=h0a98069_0 - graphite2=1.3.13=h63175ca_1003 - graphviz=9.0.0=h51cb2cd_1 - gst-plugins-base=1.22.9=h001b923_0 - gstreamer=1.22.9=hb4038d2_0 - gts=0.7.6=h6b5321d_4 - harfbuzz=8.4.0=h7ab893a_0 - icu=73.2=h63175ca_0 - idna=3.6=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=7.0.2=pyha770c72_0 - importlib_metadata=7.0.2=hd8ed1ab_0 - importlib_resources=6.3.0=pyhd8ed1ab_0 - inflection=0.5.1=pyh9f0ad1d_0 - iniconfig=2.0.0=pyhd8ed1ab_0 - intel-openmp=2024.0.0=h57928b3_49841 - intervaltree=3.1.0=pyhd8ed1ab_1 - ipykernel=6.29.3=pyha63f2e9_0 - ipython=8.22.2=pyh7428d3b_0 - isort=5.13.2=pyhd8ed1ab_0 - jaraco.classes=3.3.1=pyhd8ed1ab_0 - jedi=0.19.1=pyhd8ed1ab_0 - jellyfish=1.0.3=py312hfccd98a_0 - jinja2=3.1.3=pyhd8ed1ab_0 - joblib=1.3.2=pyhd8ed1ab_0 - jsonschema=4.21.1=pyhd8ed1ab_0 - jsonschema-specifications=2023.12.1=pyhd8ed1ab_0 - jupyter_client=8.6.1=pyhd8ed1ab_0 - jupyter_core=5.7.2=py312h2e8e312_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_1 - keyring=24.3.1=py312h2e8e312_0 - kiwisolver=1.4.5=py312h0d7def4_1 - krb5=1.21.2=heb0366b_0 - lame=3.100=hcfcfb64_1003 - lazy_loader=0.3=pyhd8ed1ab_0 - lcms2=2.16=h67d730c_0 - lerc=4.0.0=h63175ca_0 - libblas=3.9.0=21_win64_mkl - libbrotlicommon=1.1.0=hcfcfb64_1 - libbrotlidec=1.1.0=hcfcfb64_1 - libbrotlienc=1.1.0=hcfcfb64_1 - libcblas=3.9.0=21_win64_mkl - libclang=15.0.7=default_hde6756a_4 - libclang13=15.0.7=default_h85b4d89_4 - libcublas=12.1.0.26=0 - libcublas-dev=12.1.0.26=0 - libcufft=11.0.2.4=0 - libcufft-dev=11.0.2.4=0 - libcurand=10.3.5.119=0 - libcurand-dev=10.3.5.119=0 - libcusolver=11.4.4.55=0 - libcusolver-dev=11.4.4.55=0 - libcusparse=12.0.2.55=0 - libcusparse-dev=12.0.2.55=0 - libdeflate=1.19=hcfcfb64_0 - libexpat=2.6.2=h63175ca_0 - libffi=3.4.2=h8ffe710_5 - libflac=1.4.3=h63175ca_0 - libgd=2.3.3=h312136b_9 - libglib=2.80.0=h39d0aa6_0 - libhwloc=2.9.3=default_haede6df_1009 - libiconv=1.17=hcfcfb64_2 - libjpeg-turbo=3.0.0=hcfcfb64_1 - liblapack=3.9.0=21_win64_mkl - liblapacke=3.9.0=21_win64_mkl - libnpp=12.0.2.50=0 - libnpp-dev=12.0.2.50=0 - libnvjitlink=12.1.105=0 - libnvjitlink-dev=12.1.105=0 - libnvjpeg=12.1.1.14=0 - libnvjpeg-dev=12.1.1.14=0 - libogg=1.3.4=h8ffe710_1 - libopus=1.3.1=h8ffe710_1 - libpng=1.6.43=h19919ed_0 - librosa=0.10.1=pyhd8ed1ab_0 - libsndfile=1.2.2=h81429f1_1 - libsodium=1.0.18=h8d14728_1 - libspatialindex=1.9.3=h39d44d4_4 - libsqlite=3.45.2=hcfcfb64_0 - libtiff=4.6.0=h6e2ebb7_2 - libuv=1.48.0=hcfcfb64_0 - libvorbis=1.3.7=h0e60522_0 - libwebp=1.3.2=hcfcfb64_1 - libwebp-base=1.3.2=hcfcfb64_0 - libxcb=1.15=hcd874cb_0 - libxml2=2.12.5=hc3477c8_0 - libxslt=1.1.39=h3df6e99_0 - libzlib=1.2.13=hcfcfb64_5 - lightning-utilities=0.10.1=pyhd8ed1ab_0 - llvmlite=0.42.0=py312h7894644_1 - lxml=5.1.0=py312hd086842_0 - m2w64-gcc-libgfortran=5.3.0=6 - m2w64-gcc-libs=5.3.0=7 - m2w64-gcc-libs-core=5.3.0=7 - m2w64-gmp=6.1.0=2 - m2w64-libwinpthread-git=5.0.0.4634.697f757=2 - markdown-it-py=3.0.0=pyhd8ed1ab_0 - markupsafe=2.1.5=py312he70551f_0 - matplotlib=3.8.3=py312h2e8e312_0 - matplotlib-base=3.8.3=py312h26ecaf7_0 - matplotlib-inline=0.1.6=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_0 - mistune=3.0.2=pyhd8ed1ab_0 - mkl=2024.0.0=h66d3029_49657 - mkl-devel=2024.0.0=h57928b3_49657 - mkl-include=2024.0.0=h66d3029_49657 - more-itertools=10.2.0=pyhd8ed1ab_0 - mpg123=1.32.4=h63175ca_0 - mpmath=1.3.0=pyhd8ed1ab_0 - msgpack-python=1.0.7=py312h0d7def4_0 - msys2-conda-epoch=20160418=1 - munkres=1.1.4=pyh9f0ad1d_0 - mypy_extensions=1.0.0=pyha770c72_0 - nbclient=0.10.0=pyhd8ed1ab_0 - nbconvert=7.16.2=pyhd8ed1ab_0 - nbconvert-core=7.16.2=pyhd8ed1ab_0 - nbconvert-pandoc=7.16.2=pyhd8ed1ab_0 - nbformat=5.10.2=pyhd8ed1ab_0 - nest-asyncio=1.6.0=pyhd8ed1ab_0 - networkx=3.2.1=pyhd8ed1ab_0 - numba=0.59.0=py312h115d327_1 - numpy=1.26.4=py312h8753938_0 - numpydoc=1.6.0=pyhd8ed1ab_0 - openjpeg=2.5.2=h3d672ee_0 - openssl=3.2.1=hcfcfb64_1 - packaging=24.0=pyhd8ed1ab_0 - pandoc=3.1.12.2=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - pango=1.52.2=h07c897b_0 - paramiko=3.4.0=pyhd8ed1ab_0 - parso=0.8.3=pyhd8ed1ab_0 - pathspec=0.12.1=pyhd8ed1ab_0 - pcre2=10.43=h17e33f8_0 - pexpect=4.9.0=pyhd8ed1ab_0 - pickleshare=0.7.5=py_1003 - pillow=10.2.0=py312he768995_0 - pip=24.0=pyhd8ed1ab_0 - pixman=0.43.4=h63175ca_0 - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 - platformdirs=4.2.0=pyhd8ed1ab_0 - pluggy=1.4.0=pyhd8ed1ab_0 - ply=3.11=py_1 - pooch=1.8.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.42=pyha770c72_0 - psutil=5.9.8=py312he70551f_0 - pthread-stubs=0.4=hcd874cb_1001 - pthreads-win32=2.9.1=hfa6e2cd_3 - ptyprocess=0.7.0=pyhd3deb0d_0 - pure_eval=0.2.2=pyhd8ed1ab_0 - pycodestyle=2.11.1=pyhd8ed1ab_0 - pycparser=2.21=pyhd8ed1ab_0 - pydocstyle=6.3.0=pyhd8ed1ab_0 - pyflakes=3.2.0=pyhd8ed1ab_0 - pygments=2.17.2=pyhd8ed1ab_0 - pylint=3.1.0=pyhd8ed1ab_0 - pylint-venv=3.0.3=pyhd8ed1ab_0 - pyls-spyder=0.4.0=pyhd8ed1ab_0 - pynacl=1.5.0=py312hc560f31_3 - pyparsing=3.1.2=pyhd8ed1ab_0 - pyperclip=1.8.2=pyhd8ed1ab_2 - pyqt=5.15.9=py312he09f080_5 - pyqt5-sip=12.12.2=py312h53d5487_5 - pyqtwebengine=5.15.9=py312hca0710b_5 - pysocks=1.7.1=pyh0701188_6 - pysoundfile=0.12.1=pyhd8ed1ab_0 - pytest=8.1.1=pyhd8ed1ab_0 - python=3.12.2=h2628c8c_0_cpython - python-dateutil=2.9.0=pyhd8ed1ab_0 - python-fastjsonschema=2.19.1=pyhd8ed1ab_0 - python-graphviz=0.20.3=pyh717bed2_0 - python-lsp-black=2.0.0=pyhd8ed1ab_0 - python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0 - python-lsp-server=1.11.0=pyhd8ed1ab_0 - python-lsp-server-base=1.11.0=pyhd8ed1ab_0 - python-slugify=8.0.4=pyhd8ed1ab_0 - python_abi=3.12=4_cp312 - pytoolconfig=1.2.5=pyhd8ed1ab_0 - pytorch=2.2.1=py3.12_cuda12.1_cudnn8_0 - pytorch-cuda=12.1=hde6ce7c_5 - pytorch-lightning=2.2.1=pyhd8ed1ab_0 - pytorch-mutex=1.0=cuda - pytz=2024.1=pyhd8ed1ab_0 - pywin32=306=py312h53d5487_2 - pywin32-ctypes=0.2.2=py312h2e8e312_1 - pyyaml=6.0.1=py312he70551f_1 - pyzmq=25.1.2=py312h1ac6f91_0 - qdarkstyle=3.2.3=pyhd8ed1ab_0 - qstylizer=0.2.2=pyhd8ed1ab_0 - qt-main=5.15.8=h9e85ed6_19 - qt-webengine=5.15.8=h4bf5c4e_4 - qtawesome=1.3.1=pyh9208f05_0 - qtconsole=5.5.1=pyhd8ed1ab_0 - qtconsole-base=5.5.1=pyha770c72_0 - qtpy=2.4.1=pyhd8ed1ab_0 - referencing=0.33.0=pyhd8ed1ab_0 - requests=2.31.0=pyhd8ed1ab_0 - rich=13.7.1=pyhd8ed1ab_0 - rope=1.12.0=pyhd8ed1ab_0 - rpds-py=0.18.0=py312hfccd98a_0 - rtree=1.2.0=py312h72b5f30_0 - scikit-learn=1.4.1.post1=py312hcacafb1_0 - scipy=1.12.0=py312h8753938_2 - setuptools=69.2.0=pyhd8ed1ab_0 - sip=6.7.12=py312h53d5487_0 - six=1.16.0=pyh6c4a22f_0 - snowballstemmer=2.2.0=pyhd8ed1ab_0 - sortedcontainers=2.4.0=pyhd8ed1ab_0 - soupsieve=2.5=pyhd8ed1ab_1 - soxr=0.1.3=hcfcfb64_3 - soxr-python=0.3.7=py312ha90f08f_0 - sphinx=7.2.6=pyhd8ed1ab_0 - sphinxcontrib-applehelp=1.0.8=pyhd8ed1ab_0 - sphinxcontrib-devhelp=1.0.6=pyhd8ed1ab_0 - sphinxcontrib-htmlhelp=2.0.5=pyhd8ed1ab_0 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_0 - sphinxcontrib-qthelp=1.0.7=pyhd8ed1ab_0 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_0 - spyder=5.5.4=py312h2e8e312_0 - spyder-kernels=2.5.1=win_pyh7428d3b_0 - spyder-unittest=0.6.0=pyhd8ed1ab_0 - stack_data=0.6.2=pyhd8ed1ab_0 - sympy=1.12=pyh04b8f61_3 - tabulate=0.9.0=pyhd8ed1ab_1 - tbb=2021.11.0=h91493d7_1 - text-unidecode=1.3=pyhd8ed1ab_1 - textdistance=4.5.0=pyhd8ed1ab_0 - threadpoolctl=3.4.0=pyhc1e730c_0 - three-merge=0.1.1=pyh9f0ad1d_0 - tinycss2=1.2.1=pyhd8ed1ab_0 - tk=8.6.13=h5226925_1 - toml=0.10.2=pyhd8ed1ab_0 - tomli=2.0.1=pyhd8ed1ab_0 - tomlkit=0.12.4=pyha770c72_0 - torchmetrics=1.3.1=pyhd8ed1ab_0 - tornado=6.4=py312he70551f_0 - tqdm=4.66.2=pyhd8ed1ab_0 - traitlets=5.14.2=pyhd8ed1ab_0 - types-python-dateutil=2.8.19.20240311=pyhd8ed1ab_0 - typing-extensions=4.10.0=hd8ed1ab_0 - typing_extensions=4.10.0=pyha770c72_0 - tzdata=2024a=h0c530f3_0 - ucrt=10.0.22621.0=h57928b3_0 - ujson=5.9.0=py312h53d5487_0 - urllib3=2.2.1=pyhd8ed1ab_0 - vc=14.3=hcf57466_18 - vc14_runtime=14.38.33130=h82b7239_18 - vs2015_runtime=14.38.33130=hcb4865c_18 - watchdog=4.0.0=py312h2e8e312_0 - wcwidth=0.2.13=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_2 - whatthepatch=1.0.5=pyhd8ed1ab_0 - wheel=0.42.0=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyhd8ed1ab_6 - xorg-kbproto=1.0.7=hcd874cb_1002 - xorg-libice=1.1.1=hcd874cb_0 - xorg-libsm=1.2.4=hcd874cb_0 - xorg-libx11=1.8.9=hefa74cf_0 - xorg-libxau=1.0.11=hcd874cb_0 - xorg-libxdmcp=1.1.3=hcd874cb_0 - xorg-libxext=1.3.4=hcd874cb_2 - xorg-libxpm=3.5.17=hcd874cb_0 - xorg-libxt=1.3.0=hcd874cb_1 - xorg-xextproto=7.3.0=hcd874cb_1003 - xorg-xproto=7.0.31=hcd874cb_1007 - xz=5.2.6=h8d14728_0 - yaml=0.2.5=h8ffe710_2 - yapf=0.40.1=pyhd8ed1ab_0 - zeromq=4.3.5=h63175ca_1 - zipp=3.17.0=pyhd8ed1ab_0 - zlib=1.2.13=hcfcfb64_5 - zstd=1.5.5=h12be248_0 - pip: - torchaudio==2.2.1 - torchvision==0.17.1 - torchviz==0.0.2 prefix: C:\Users\overl\.conda\envs\genenv ```

~/.condarc

channels:
- conda-forge