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

suggested mamba install fails #900

Open
brianmapes opened this issue Dec 29, 2024 · 3 comments
Open

suggested mamba install fails #900

brianmapes opened this issue Dec 29, 2024 · 3 comments
Labels
bug Issues that make the package feel broken

Comments

@brianmapes
Copy link

mamba create --name pyarts -c rttools pyarts

error libmamba Could not solve for environment specs
The following packages are incompatible
└─ pyarts =* * is not installable because there are no viable options
├─ pyarts 2.5.6 would require
│ └─ glfw =* *, which does not exist (perhaps a missing channel);
└─ pyarts [2.6.0|2.6.10|...|2.6.8] would require
└─ glfw >=3.4,<4.0a0 *, which does not exist (perhaps a missing channel).
critical libmamba Could not solve for environment specs

@brianmapes brianmapes added the bug Issues that make the package feel broken label Dec 29, 2024
@olemke
Copy link
Member

olemke commented Jan 6, 2025

I cannot reproduce this issue on Linux nor macOS. Are you using the latest Miniforge3 and is your base environment (mamba update -n base --all) up to date? Do you have any channel configuration set in your ~/.condarc?

@brianmapes
Copy link
Author

brianmapes commented Jan 11, 2025 via email

@olemke
Copy link
Member

olemke commented Jan 13, 2025

Miniconda is not Miniforge3. Or was that a typo? It would explain the problems you experience because Miniconda uses the repositories provided by Anaconda instead of the conda-forge community repository. Unfortunately, due to licensing issues, we cannot use the Anaconda channels and thus cannot offer any support. But you can try to enable the conda-forge repository for the installation of pyarts. It might work:

mamba create --name pyarts --override-channels -c conda-forge -c rttools pyarts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that make the package feel broken
Projects
None yet
Development

No branches or pull requests

2 participants