mambabuild fails with Problem: nothing provides requested openssl 1.1.1
See original GitHub issueVersions
$ conda list | rg '(conda-build|boa|mamba|conda )' | sort -u
boa 0.3.5 py37h89c1867_0 conda-forge
conda 4.9.2 py37h89c1867_0 conda-forge
conda-build 3.21.4 py37h89c1867_0 conda-forge
mamba 0.7.14 py37h7f483ca_0 conda-forge
micromamba 0.7.14 he9b6cbd_0 conda-forge
Reproducer
git clone git@github.com:conda-forge/srm-ifce-feedstock.git
cd srm-ifce-feedstock
git checkout 433f550a
conda mambabuild -m .ci_support/linux_64_.yaml recipe
Output
Updating build index: /home/cburr/miniconda3/conda-bld
No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.16
WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.16
Adding in variants from internal_defaults
INFO:conda_build.variants:Adding in variants from internal_defaults
Adding in variants from /home/cburr/Development/conda-forge/srm-ifce-feedstock/.ci_support/linux_64_.yaml
INFO:conda_build.variants:Adding in variants from /home/cburr/Development/conda-forge/srm-ifce-feedstock/.ci_support/linux_64_.yaml
Attempting to finalize metadata for srm-ifce
INFO:conda_build.metadata:Attempting to finalize metadata for srm-ifce
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
pkgs/main/linux-64 [====================] (00m:00s) No change
pkgs/main/noarch [====================] (00m:00s) No change
pkgs/r/linux-64 [====================] (00m:00s) No change
pkgs/r/noarch [====================] (00m:00s) No change
home/cburr/miniconda3/co [====================] (00m:00s) Done
home/cburr/miniconda3/co [====================] (00m:00s) Done
Mamba failed to solve:
- openssl
- gsoap 2.8.106.*
- glib
- openssl 1.1.1
- cgsi-gsoap
- gct
- glib 2.*
with channels:
The reported errors are:
⇟ Encountered problems while solving.
Problem: nothing provides requested openssl 1.1.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
conda-forge/conda-forge.github.io - Gitter
Hm, enabling mambabuild gives me this: The reported errors are: Encountered problems while solving: - nothing provides __glibc >=2.17 needed by ...
Read more >Job #47.1 - conda-forge/libtiledb-sql-feedstock - Travis CI
76Cloning into 'conda-forge/libtiledb-sql-feedstock'... ... 96The command "export CI=travis" exited with 0. ... 98The command "export GIT_BRANCH="$TRAVIS_BRANCH"" ...
Read more >boa - bytemeta
boa repo issues. ... [win64] UnicodeEncodeError when printing error message ... mambabuild fails with Problem: nothing provides requested openssl 1.1.1.
Read more >boa - githubmemory
mambabuild fails with Problem : nothing provides requested openssl 1.1.1 · KeyError with private channel packages · conda mambabuild supports only a single...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I still get this with
boa=0.6.2
in https://github.com/conda-forge/tensorflow-feedstock/pull/131Delightful!
Given how central openssl is I’m inclined to advocate for the fix to be applied in mamba/boa as I fear it would cause a mess if
1.1.12
or similar was ever released.