You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A unit test in my GitHub Actions pipeline is failing when attempting to create a micromamba environment using an environment.yaml which has not changed in months.
Using the latest version (curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest), we run micromamba env create --yes --file environment.yml which errors with libmamba Could not solve for environment specs. More detailed error logs provided below and full output can be found in my GHA pipeline run.
mamba info / micromamba info
No response
Logs
error libmamba Could not solve for environment specs
The following packages are incompatible
├─ aiohttp ~= does not exist (perhaps a typo or a missing channel);
├─ anthropic ~= does not exist (perhaps a typo or a missing channel);
├─ fluxus ~= does not exist (perhaps a typo or a missing channel);
├─ gamma-pytools ~= does not exist (perhaps a typo or a missing channel);
├─ google-generativeai ~= does not exist (perhaps a typo or a missing channel);
├─ graphviz ~= does not exist (perhaps a typo or a missing channel);
├─ groq ~= does not exist (perhaps a typo or a missing channel);
├─ ipywidgets ~= does not exist (perhaps a typo or a missing channel);
├─ jupyterlab ~= does not exist (perhaps a typo or a missing channel);
├─ nbsphinx ~= does not exist (perhaps a typo or a missing channel);
├─ notebook ~= does not exist (perhaps a typo or a missing channel);
├─ openai ~= does not exist (perhaps a typo or a missing channel);
├─ packaging ~= does not exist (perhaps a typo or a missing channel);
├─ pandas ~= does not exist (perhaps a typo or a missing channel);
├─ pre-commit ~= does not exist (perhaps a typo or a missing channel);
├─ pytest-asyncio ~= does not exist (perhaps a typo or a missing channel);
├─ pytest-cov ~= does not exist (perhaps a typo or a missing channel);
├─ pytest ~= does not exist (perhaps a typo or a missing channel);
├─ python-dotenv ~= does not exist (perhaps a typo or a missing channel);
├─ python-graphviz ~= does not exist (perhaps a typo or a missing channel);
├─ pytorch ~= does not exist (perhaps a typo or a missing channel);
├─ sphinx-autodoc-typehints ~= does not exist (perhaps a typo or a missing channel);
├─ sphinx ~= does not exist (perhaps a typo or a missing channel);
└─ transformers ~= does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs
Error: Process completed with exit code 1.
I could reproduce the issue locally (not on CI affected by the GHA bug downloading the wrong micromamba release) with micromamba downloaded from micromamba-releases too.
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
Creating issue as recommended in mamba-org/micromamba-releases#58
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
A unit test in my GitHub Actions pipeline is failing when attempting to create a micromamba environment using an environment.yaml which has not changed in months.
Using the latest version (curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest), we run
micromamba env create --yes --file environment.yml
which errors withlibmamba Could not solve for environment specs
. More detailed error logs provided below and full output can be found in my GHA pipeline run.mamba info / micromamba info
No response
Logs
environment.yml
~/.condarc
No response
The text was updated successfully, but these errors were encountered: