Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving environment is not finishing when trying to install conda build with conda #5546

Open
2 tasks done
mathrichard opened this issue Nov 18, 2024 · 0 comments
Open
2 tasks done
Labels
type::bug describes erroneous operation, use severity::* to classify the type

Comments

@mathrichard
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

Hi
I want to install conda-build with conda, but I get the following messages and solving the environment is taking so long that I stopped the process:

I ran:

conda activate base
conda install conda-build

Here is the error:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \

Thanks a lot for your help!

Conda Info

active environment : base
    active env location : /Users/mathilde/opt/miniconda3
            shell level : 1
       user config file : /Users/mathilde/.condarc
 populated config files : /Users/mathilde/.condarc
          conda version : 4.12.0
    conda-build version : not installed
         python version : 3.8.20.final.0
       virtual packages : __osx=10.16=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /Users/mathilde/opt/miniconda3  (writable)
      conda av data dir : /Users/mathilde/opt/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://conda.anaconda.org/bioconda/osx-64
                          https://conda.anaconda.org/bioconda/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
          package cache : /Users/mathilde/opt/miniconda3/pkgs
                          /Users/mathilde/.conda/pkgs
       envs directories : /Users/mathilde/opt/miniconda3/envs
                          /Users/mathilde/.conda/envs
               platform : osx-64
             user-agent : conda/4.12.0 requests/2.32.3 CPython/3.8.20 Darwin/22.6.0 OSX/10.16
                UID:GID : 501:20
             netrc file : None
           offline mode : False

Conda Config

==> /Users/mathilde/.condarc <==
channel_priority: strict
channels:
  - conda-forge
  - bioconda
  - defaults

Conda list

# packages in environment at /Users/mathilde/opt/miniconda3:
#
# Name                    Version                   Build  Channel
adapterremoval            2.3.2                hb2591ed_0    bioconda
biopython                 1.79             py38h96a0964_1    conda-forge
bowtie2                   2.4.1            py38h2dec4b4_0    bioconda
brotli-python             1.0.9            py38hcec6c5f_8  
bzip2                     1.0.8                h6c40b1e_6  
ca-certificates           2024.9.24            hecd8cb5_0  
certifi                   2024.8.30        py38hecd8cb5_0  
cffi                      1.17.1           py38h9205ec4_0  
charset-normalizer        3.3.2              pyhd3eb1b0_0  
conda                     4.12.0           py38hecd8cb5_0  
conda-package-handling    1.7.2            py38h22f3db7_0  
cryptography              43.0.0           py38h30e54ef_0  
et_xmlfile                1.1.0            py38hecd8cb5_0  
fasttree                  2.1.11               hb4d813b_0    bioconda
gdbm                      1.18                 hdccc71a_4  
idna                      3.7              py38hecd8cb5_0  
libblas                   3.9.0           12_osx64_openblas    conda-forge
libcblas                  3.9.0           12_osx64_openblas    conda-forge
libcxx                    14.0.6               h9765a3e_0  
libffi                    3.4.4                hecd8cb5_1  
libgfortran               5.0.0           11_3_0_hecd8cb5_28  
libgfortran5              11.3.0              h9dfd629_28  
liblapack                 3.9.0           12_osx64_openblas    conda-forge
libopenblas               0.3.18          openmp_h3351f45_0    conda-forge
llvm-openmp               14.0.6               h0dcd299_0  
ncurses                   6.4                  hcec6c5f_0  
numpy                     1.21.4           py38h49b9922_0    conda-forge
openpyxl                  3.0.9              pyhd8ed1ab_0    conda-forge
openssl                   3.0.15               h46256e1_0  
perl                      5.34.0               h435f0c2_2  
pip                       24.2             py38hecd8cb5_0  
pycosat                   0.6.6            py38h6c40b1e_1  
pycparser                 2.21               pyhd3eb1b0_0  
pyopenssl                 24.2.1           py38hecd8cb5_0  
pysocks                   1.7.1                    py38_1  
python                    3.8.20               hce00570_0  
python.app                2                       py38_10  
python_abi                3.8                      2_cp38    conda-forge
readline                  8.2                  hca72f7f_0  
requests                  2.32.3           py38hecd8cb5_0  
ruamel_yaml               0.15.87          py38haf1e3a3_1  
setuptools                75.1.0           py38hecd8cb5_0  
six                       1.16.0             pyhd3eb1b0_1  
sqlite                    3.45.3               h6c40b1e_0  
tbb                       2020.2               hf7b0b51_0  
tk                        8.6.14               h4d00af3_0  
tqdm                      4.66.5           py38h20db666_0  
urllib3                   2.2.3            py38hecd8cb5_0  
wheel                     0.44.0           py38hecd8cb5_0  
xz                        5.4.6                h6c40b1e_1  
yaml                      0.2.5                haf1e3a3_0  
zlib                      1.2.13               h4b97444_1

Additional Context

No response

@mathrichard mathrichard added the type::bug describes erroneous operation, use severity::* to classify the type label Nov 18, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in 🧭 Planning Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant